laurel_sprout: init removepackages

Signed-off-by: Onelots <onelots@onelots.fr>
This commit is contained in:
Le Hong Duc
2025-03-06 19:15:23 +01:00
committed by Onelots
parent cc5194e3a7
commit 2b999503fd
3 changed files with 14 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ $(call inherit-product, device/xiaomi/sm6125-common/common.mk)
# EvolutionX flags
TARGET_USES_PICO_GAPPS := true
PRODUCT_PACKAGES += \
RemovePackagesLaurel
DEVICE_PATH := device/xiaomi/laurel_sprout
# AAPT

View File

@@ -0,0 +1,11 @@
cc_prebuilt_binary {
name: "RemovePackagesLaurel",
overrides: [
"GoogleTTS",
"talkback",
],
strip: {
none: true,
},
srcs: ["RemovePackagesLaurel"],
}

View File