From ec4d8a9ca673e76a55b92db7c81ca5b4406aecff Mon Sep 17 00:00:00 2001 From: Jay Aliomer Date: Fri, 15 May 2020 20:12:27 -0400 Subject: Remove new styles from AOSP Fixes: 156779458 Test: manually check styles" Change-Id: I78736e6408c1feb98949fb83c2f4c0574e8b2794 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index e2721ef..1b4aba1 100644 --- a/Android.bp +++ b/Android.bp @@ -16,10 +16,12 @@ 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 -- cgit v1.2.3