From 806be79ac81ccbf0bc6eb46e6664a64e497f07c7 Mon Sep 17 00:00:00 2001 From: Jay Aliomer Date: Wed, 22 Apr 2020 14:49:18 -0400 Subject: Adding style packages/fonts adding the pixel 2020 styles and fonts Bug: 145530620 Bug: 145529629 Test: test the styles app Change-Id: I5041232497f607d29c8e3dee3073cfbadfa754b2 --- Android.bp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Android.bp (limited to 'Android.bp') 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 -- cgit v1.2.3