Remove new styles from AOSP

Fixes: 156779458
Test: manually check styles"
Change-Id: Ib7f012f34415e2ac70b81f3cb3b3a1d0288f769d
diff --git a/Android.bp b/Android.bp
index 63673af..d8e8009 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,10 +16,12 @@
 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