Remove color font and icon overlays
These are not used anymore with the new theming
Change-Id: Iacb086f9dacc36fca5c9a9dedcbd2b2ba4f86e6e
Signed-off-by: sss.sonar2003@gmail.com <jackeagle102@gmail.com>
diff --git a/config/common_full.mk b/config/common_full.mk
index 6fff281..ab9c29e 100644
--- a/config/common_full.mk
+++ b/config/common_full.mk
@@ -3,16 +3,6 @@
PRODUCT_SIZE := full
-# Include {Lato,Rubik} fonts
-$(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk)
-$(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk)
-
-# Fonts
-PRODUCT_PACKAGES += \
- fonts_customization.xml \
- LineageLatoFont \
- LineageRubikFont
-
# Recorder
PRODUCT_PACKAGES += \
Recorder
diff --git a/config/common_mobile.mk b/config/common_mobile.mk
index 4dfcc98..c244de7 100644
--- a/config/common_mobile.mk
+++ b/config/common_mobile.mk
@@ -12,7 +12,6 @@
# Customizations
PRODUCT_PACKAGES += \
- IconShapeSquareOverlay \
LineageNavigationBarNoHint \
NavigationBarMode2ButtonOverlay
diff --git a/prebuilt/common/Android.mk b/prebuilt/common/Android.mk
index 9f24f97..744eb6a 100644
--- a/prebuilt/common/Android.mk
+++ b/prebuilt/common/Android.mk
@@ -40,15 +40,6 @@
include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
-LOCAL_MODULE := fonts_customization.xml
-LOCAL_SRC_FILES := etc/fonts_customization.xml
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_CLASS := ETC
-LOCAL_PRODUCT_MODULE := true
-include $(BUILD_PREBUILT)
-
-
-include $(CLEAR_VARS)
LOCAL_MODULE := Phonograph
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := app/$(LOCAL_MODULE).apk
diff --git a/prebuilt/common/etc/fonts_customization.xml b/prebuilt/common/etc/fonts_customization.xml
deleted file mode 100644
index 0c9a7fb..0000000
--- a/prebuilt/common/etc/fonts_customization.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<fonts-modification version="1">
- <family customizationType="new-named-family" name="lato">
- <font weight="400" style="normal">Lato-Regular.ttf</font>
- <font weight="400" style="italic">Lato-Italic.ttf</font>
- <font weight="500" style="normal">Lato-Medium.ttf</font>
- <font weight="500" style="italic">Lato-MediumItalic.ttf</font>
- <font weight="700" style="normal">Lato-Bold.ttf</font>
- <font weight="700" style="italic">Lato-BoldItalic.ttf</font>
- </family>
- <alias name="lato-medium" to="lato" weight="500" />
- <alias name="lato-bold" to="lato" weight="700" />
-
- <family customizationType="new-named-family" name="rubik">
- <font weight="400" style="normal">Rubik-Regular.ttf</font>
- <font weight="400" style="italic">Rubik-Italic.ttf</font>
- <font weight="500" style="normal">Rubik-Medium.ttf</font>
- <font weight="500" style="italic">Rubik-MediumItalic.ttf</font>
- <font weight="700" style="normal">Rubik-Bold.ttf</font>
- <font weight="700" style="italic">Rubik-BoldItalic.ttf</font>
- </family>
- <alias name="rubik-medium" to="rubik" weight="500" />
- <alias name="rubik-bold" to="rubik" weight="700" />
-</fonts-modification>