sky: remove some packages

This commit is contained in:
suvojit213
2024-11-07 20:06:34 +05:30
parent c1439235fa
commit 0ff066cde1
2 changed files with 16 additions and 0 deletions

12
RemovePackages/Android.mk Normal file
View File

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

View File

@@ -353,6 +353,10 @@ PRODUCT_PACKAGES += \
WifiResCommon \
WifiResTarget
# Remove unwanted packages
PRODUCT_PACKAGES += \
RemovePackages
# Secure element
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_ODM)/etc/permissions/sku_hceese/android.hardware.se.omapi.ese.xml \