sm8250-common: RIP remove_packages

No longer necessary since now we can just pass `OVERRIDES` to extract
utils and it'll handle it automatically for us :^)

Change-Id: I19c97f5daa72d809dae2442fcb2b8b81a702aaf2
This commit is contained in:
LuK1337
2021-08-23 18:00:54 +02:00
parent e628853f9c
commit 7ad5bbf53f
3 changed files with 1 additions and 16 deletions

View File

@@ -392,10 +392,6 @@ PRODUCT_PACKAGES += \
libvndfwk_detect_jni.qti \
libvndfwk_detect_jni.qti.vendor
# Remove unwanted packages
PRODUCT_PACKAGES += \
RemovePackages
# RIL
PRODUCT_PACKAGES += \
libprotobuf-cpp-full \

View File

@@ -665,7 +665,7 @@ vendor/lib64/unnhal-acc-hvx.so
# NFC
system/etc/nfcee_access.xml
-system_ext/app/NQNfcNci/NQNfcNci.apk
-system_ext/app/NQNfcNci/NQNfcNci.apk;OVERRIDES=NfcNci
system_ext/etc/permissions/com.nxp.nfc.nq.xml
system_ext/framework/com.nxp.nfc.nq.jar
system_ext/lib64/libnqnfc-nci.so

View File

@@ -1,11 +0,0 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := RemovePackages
LOCAL_MODULE_CLASS := APPS
LOCAL_MODULE_TAGS := optional
LOCAL_OVERRIDES_PACKAGES := NfcNci
LOCAL_UNINSTALLABLE_MODULE := true
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_SRC_FILES := /dev/null
include $(BUILD_PREBUILT)