aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:58:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:58:07 +0000
commit66ed24ee737ea662411a5075825d4d809f5e853a (patch)
tree80a7ae4338e98bd113700f0d5fa8fbb49dfb6725
parent505dbcace7c95e177ff217448a34d1c0a8c66807 (diff)
parent2a99bad2b88f2ae3487c531eed72768d4485ee28 (diff)
downloadbig-shoulders-text-android12-mainline-sdkext-release.tar.gz
Change-Id: I7d9c304ae469c4ef2fbea16ef7d783d3bfbd317e
-rw-r--r--Android.bp62
-rw-r--r--README1
-rw-r--r--fonts.mk18
-rw-r--r--fonts/BigShouldersText-Black.ttf (renamed from BigShouldersText-Black.ttf)bin121048 -> 121048 bytes
-rw-r--r--fonts/BigShouldersText-Bold.ttfbin0 -> 118556 bytes
-rw-r--r--fonts/BigShouldersText-ExtraBold.ttfbin0 -> 118904 bytes
-rw-r--r--fonts/BigShouldersText-Light.ttf (renamed from BigShouldersText-Light.ttf)bin116380 -> 116380 bytes
-rw-r--r--fonts/BigShouldersText-Medium.ttf (renamed from BigShouldersText-Medium.ttf)bin118240 -> 118240 bytes
-rw-r--r--fonts/BigShouldersText-Regular.ttf (renamed from BigShouldersText-Regular.ttf)bin117480 -> 117480 bytes
-rw-r--r--fonts/BigShouldersText-SemiBold.ttf (renamed from BigShouldersText-SemiBold.ttf)bin118600 -> 118600 bytes
-rw-r--r--fonts/BigShouldersText-Thin.ttf (renamed from BigShouldersText-Thin.ttf)bin113696 -> 113696 bytes
11 files changed, 81 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..670d211
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,62 @@
+
+// Copyright (C) 2020 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ default_applicable_licenses: [
+ "external_google-fonts_big-shoulders-text_license",
+ ],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'fileGroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// See: http://go/android-license-faq
+license {
+ name: "external_google-fonts_big-shoulders-text_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ "SPDX-license-identifier-OFL", // by exception only
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
+prebuilt_font {
+ name: "BigShouldersText-Bold.ttf",
+ src: "BigShouldersText-Bold.ttf",
+ product_specific: true,
+}
+
+prebuilt_font {
+ name: "BigShouldersText-ExtraBold.ttf",
+ src: "BigShouldersText-ExtraBold.ttf",
+ product_specific: true,
+}
+
diff --git a/README b/README
new file mode 100644
index 0000000..d5a4b3b
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+the ./fonts directory contain unused fonts.
diff --git a/fonts.mk b/fonts.mk
new file mode 100644
index 0000000..a05e8ef
--- /dev/null
+++ b/fonts.mk
@@ -0,0 +1,18 @@
+
+# Copyright (C) 2020 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http:#www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+PRODUCT_PACKAGES += \
+ BigShouldersText-Bold.ttf \
+ BigShouldersText-ExtraBold.ttf
diff --git a/BigShouldersText-Black.ttf b/fonts/BigShouldersText-Black.ttf
index 6dc3464..6dc3464 100644
--- a/BigShouldersText-Black.ttf
+++ b/fonts/BigShouldersText-Black.ttf
Binary files differ
diff --git a/fonts/BigShouldersText-Bold.ttf b/fonts/BigShouldersText-Bold.ttf
new file mode 100644
index 0000000..1ef6f50
--- /dev/null
+++ b/fonts/BigShouldersText-Bold.ttf
Binary files differ
diff --git a/fonts/BigShouldersText-ExtraBold.ttf b/fonts/BigShouldersText-ExtraBold.ttf
new file mode 100644
index 0000000..908dd9c
--- /dev/null
+++ b/fonts/BigShouldersText-ExtraBold.ttf
Binary files differ
diff --git a/BigShouldersText-Light.ttf b/fonts/BigShouldersText-Light.ttf
index b10deda..b10deda 100644
--- a/BigShouldersText-Light.ttf
+++ b/fonts/BigShouldersText-Light.ttf
Binary files differ
diff --git a/BigShouldersText-Medium.ttf b/fonts/BigShouldersText-Medium.ttf
index c20e7d7..c20e7d7 100644
--- a/BigShouldersText-Medium.ttf
+++ b/fonts/BigShouldersText-Medium.ttf
Binary files differ
diff --git a/BigShouldersText-Regular.ttf b/fonts/BigShouldersText-Regular.ttf
index cd82013..cd82013 100644
--- a/BigShouldersText-Regular.ttf
+++ b/fonts/BigShouldersText-Regular.ttf
Binary files differ
diff --git a/BigShouldersText-SemiBold.ttf b/fonts/BigShouldersText-SemiBold.ttf
index 564a69a..564a69a 100644
--- a/BigShouldersText-SemiBold.ttf
+++ b/fonts/BigShouldersText-SemiBold.ttf
Binary files differ
diff --git a/BigShouldersText-Thin.ttf b/fonts/BigShouldersText-Thin.ttf
index 3354365..3354365 100644
--- a/BigShouldersText-Thin.ttf
+++ b/fonts/BigShouldersText-Thin.ttf
Binary files differ