aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJay Aliomer <aaliomer@google.com>2020-04-22 14:49:18 -0400
committerJay Aliomer <aaliomer@google.com>2020-04-28 18:26:12 +0000
commit806be79ac81ccbf0bc6eb46e6664a64e497f07c7 (patch)
treed35429cb9938f36d779bb13ae1f71931868b8e47 /Android.bp
parentf3bc9c8ca5c7ddcfede4f8c2587c94194d3fa3b7 (diff)
downloadbig-shoulders-text-806be79ac81ccbf0bc6eb46e6664a64e497f07c7.tar.gz
Adding style packages/fonts
adding the pixel 2020 styles and fonts Bug: 145530620 Bug: 145529629 Test: test the styles app Change-Id: I5041232497f607d29c8e3dee3073cfbadfa754b2
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..e2721ef
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,25 @@
+
+// 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",
+}
+
+prebuilt_font {
+ name: "BigShouldersText-ExtraBold.ttf",
+ src: "BigShouldersText-ExtraBold.ttf",
+}
+ \ No newline at end of file