Remove color font and icon overlays

These are not used anymore with the new theming

Change-Id: Iacb086f9dacc36fca5c9a9dedcbd2b2ba4f86e6e
This commit is contained in:
Michael Bestas
2021-10-11 18:31:06 +03:00
parent f911e89edb
commit 8c26f9b069
4 changed files with 0 additions and 57 deletions

View File

@@ -3,16 +3,6 @@ $(call inherit-product, vendor/lineage/config/common_mobile.mk)
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

View File

@@ -35,20 +35,6 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
TrebuchetQuickStep
endif
# Accents
PRODUCT_PACKAGES += \
LineageBlackTheme \
LineageBlackAccent \
LineageBlueAccent \
LineageBrownAccent \
LineageCyanAccent \
LineageGreenAccent \
LineageOrangeAccent \
LineagePinkAccent \
LineagePurpleAccent \
LineageRedAccent \
LineageYellowAccent
# Charger
PRODUCT_PACKAGES += \
charger_res_images
@@ -60,7 +46,6 @@ endif
# Customizations
PRODUCT_PACKAGES += \
IconShapeSquareOverlay \
LineageNavigationBarNoHint \
NavigationBarMode2ButtonOverlay

View File

@@ -38,11 +38,3 @@ LOCAL_PREBUILT_MODULE_FILE := $(FINAL_APNS_FILE)
LOCAL_PRODUCT_MODULE := true
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)

View File

@@ -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>