Migrate away from lineage extract utils

This commit is contained in:
LuK1337
2025-06-27 21:32:28 +02:00
parent bbdc14d4e5
commit 5e7c36d726
21 changed files with 830 additions and 638 deletions

View File

@@ -1,23 +1,20 @@
# Automatically generated file. DO NOT MODIFY
#
# This file is generated by device/gapps/arm/setup-makefiles.sh
PRODUCT_SOONG_NAMESPACES += \
vendor/gapps/arm
$(LOCAL_PATH)
PRODUCT_PACKAGES += \
libjni_latinimegoogle \
GmsCore \
Phonesky
Phonesky \
libjni_latinimegoogle
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
SetupWizard \
SpeechServicesByGoogle \
talkback \
Velvet \
SetupWizard
talkback
endif
$(call inherit-product, vendor/gapps/common/common-vendor.mk)