update
This commit is contained in:
parent
9fe006ac45
commit
a46f88ee64
@ -4,9 +4,6 @@ include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|||||||
include vendor/custom/prebuilts/prebuilts.mk
|
include vendor/custom/prebuilts/prebuilts.mk
|
||||||
RELAX_USES_LIBRARY_CHECK=true
|
RELAX_USES_LIBRARY_CHECK=true
|
||||||
|
|
||||||
# LOCAL_OVERRIDES_PACKAGES PRODUCT_REMOVE_PACKAGES
|
# Debloater
|
||||||
LOCAL_OVERRIDES_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
Seedvault \
|
Debloater
|
||||||
XiaomiEuicc \
|
|
||||||
Jelly
|
|
||||||
|
|
14
debloater/Android.mk
Normal file
14
debloater/Android.mk
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := Debloater
|
||||||
|
LOCAL_MODULE_CLASS := APPS
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_OVERRIDES_PACKAGES += \
|
||||||
|
Seedvault \
|
||||||
|
XiaomiEuicc \
|
||||||
|
Jelly
|
||||||
|
LOCAL_UNINSTALLABLE_MODULE := true
|
||||||
|
LOCAL_CERTIFICATE := PRESIGNED
|
||||||
|
LOCAL_SRC_FILES := /dev/null
|
||||||
|
include $(BUILD_PREBUILT)
|
Loading…
x
Reference in New Issue
Block a user