Merge ef19d18b04b145a59d2283f24b1c4ebbd6a950d3 on remote branch

Change-Id: I5d995f047e59c35a503edd92f1d4adcd417e77e3
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..d8e8009
--- /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: "Barlow-Bold.ttf",
+    src: "Barlow-Bold.ttf",
+    product_specific: true,
+}
+        
+prebuilt_font {
+    name: "Barlow-Medium.ttf",
+    src: "Barlow-Medium.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..0da698d
--- /dev/null
+++ b/fonts.mk
@@ -0,0 +1,19 @@
+
+# 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 := \
+    Barlow-Bold.ttf \
+    Barlow-Medium.ttf
+ 
\ No newline at end of file
diff --git a/Barlow-Black.ttf b/fonts/Barlow-Black.ttf
similarity index 100%
rename from Barlow-Black.ttf
rename to fonts/Barlow-Black.ttf
Binary files differ
diff --git a/Barlow-BlackItalic.ttf b/fonts/Barlow-BlackItalic.ttf
similarity index 100%
rename from Barlow-BlackItalic.ttf
rename to fonts/Barlow-BlackItalic.ttf
Binary files differ
diff --git a/Barlow-BoldItalic.ttf b/fonts/Barlow-BoldItalic.ttf
similarity index 100%
rename from Barlow-BoldItalic.ttf
rename to fonts/Barlow-BoldItalic.ttf
Binary files differ
diff --git a/Barlow-ExtraBold.ttf b/fonts/Barlow-ExtraBold.ttf
similarity index 100%
rename from Barlow-ExtraBold.ttf
rename to fonts/Barlow-ExtraBold.ttf
Binary files differ
diff --git a/Barlow-ExtraBoldItalic.ttf b/fonts/Barlow-ExtraBoldItalic.ttf
similarity index 100%
rename from Barlow-ExtraBoldItalic.ttf
rename to fonts/Barlow-ExtraBoldItalic.ttf
Binary files differ
diff --git a/Barlow-ExtraLight.ttf b/fonts/Barlow-ExtraLight.ttf
similarity index 100%
rename from Barlow-ExtraLight.ttf
rename to fonts/Barlow-ExtraLight.ttf
Binary files differ
diff --git a/Barlow-ExtraLightItalic.ttf b/fonts/Barlow-ExtraLightItalic.ttf
similarity index 100%
rename from Barlow-ExtraLightItalic.ttf
rename to fonts/Barlow-ExtraLightItalic.ttf
Binary files differ
diff --git a/Barlow-Italic.ttf b/fonts/Barlow-Italic.ttf
similarity index 100%
rename from Barlow-Italic.ttf
rename to fonts/Barlow-Italic.ttf
Binary files differ
diff --git a/Barlow-Light.ttf b/fonts/Barlow-Light.ttf
similarity index 100%
rename from Barlow-Light.ttf
rename to fonts/Barlow-Light.ttf
Binary files differ
diff --git a/Barlow-LightItalic.ttf b/fonts/Barlow-LightItalic.ttf
similarity index 100%
rename from Barlow-LightItalic.ttf
rename to fonts/Barlow-LightItalic.ttf
Binary files differ
diff --git a/Barlow-MediumItalic.ttf b/fonts/Barlow-MediumItalic.ttf
similarity index 100%
rename from Barlow-MediumItalic.ttf
rename to fonts/Barlow-MediumItalic.ttf
Binary files differ
diff --git a/Barlow-Regular.ttf b/fonts/Barlow-Regular.ttf
similarity index 100%
rename from Barlow-Regular.ttf
rename to fonts/Barlow-Regular.ttf
Binary files differ
diff --git a/Barlow-SemiBold.ttf b/fonts/Barlow-SemiBold.ttf
similarity index 100%
rename from Barlow-SemiBold.ttf
rename to fonts/Barlow-SemiBold.ttf
Binary files differ
diff --git a/Barlow-SemiBoldItalic.ttf b/fonts/Barlow-SemiBoldItalic.ttf
similarity index 100%
rename from Barlow-SemiBoldItalic.ttf
rename to fonts/Barlow-SemiBoldItalic.ttf
Binary files differ
diff --git a/Barlow-Thin.ttf b/fonts/Barlow-Thin.ttf
similarity index 100%
rename from Barlow-Thin.ttf
rename to fonts/Barlow-Thin.ttf
Binary files differ
diff --git a/Barlow-ThinItalic.ttf b/fonts/Barlow-ThinItalic.ttf
similarity index 100%
rename from Barlow-ThinItalic.ttf
rename to fonts/Barlow-ThinItalic.ttf
Binary files differ