Merge f3388e560e83d8547b9daf7058053726bad4043b on remote branch

Change-Id: I9c67a75aabd2811182dd8eb1e6b36e2f35d62b3d
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..1b4aba1
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,27 @@
+
+// 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.
+
+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,
+}
+        
\ No newline at end of file
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
similarity index 100%
rename from BigShouldersText-Black.ttf
rename to 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
similarity index 100%
rename from BigShouldersText-Light.ttf
rename to fonts/BigShouldersText-Light.ttf
Binary files differ
diff --git a/BigShouldersText-Medium.ttf b/fonts/BigShouldersText-Medium.ttf
similarity index 100%
rename from BigShouldersText-Medium.ttf
rename to fonts/BigShouldersText-Medium.ttf
Binary files differ
diff --git a/BigShouldersText-Regular.ttf b/fonts/BigShouldersText-Regular.ttf
similarity index 100%
rename from BigShouldersText-Regular.ttf
rename to fonts/BigShouldersText-Regular.ttf
Binary files differ
diff --git a/BigShouldersText-SemiBold.ttf b/fonts/BigShouldersText-SemiBold.ttf
similarity index 100%
rename from BigShouldersText-SemiBold.ttf
rename to fonts/BigShouldersText-SemiBold.ttf
Binary files differ
diff --git a/BigShouldersText-Thin.ttf b/fonts/BigShouldersText-Thin.ttf
similarity index 100%
rename from BigShouldersText-Thin.ttf
rename to fonts/BigShouldersText-Thin.ttf
Binary files differ