mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-02 03:57:16 +09:00
Just give users their choice to install whatever they want Signed-off-by: baalajimaestro <me@baalajimaestro.me>
12 lines
297 B
Makefile
12 lines
297 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := RemovePackages
|
|
LOCAL_MODULE_CLASS := APPS
|
|
LOCAL_MODULE_TAGS := optional
|
|
LOCAL_OVERRIDES_PACKAGES := Camera2
|
|
LOCAL_UNINSTALLABLE_MODULE := true
|
|
LOCAL_CERTIFICATE := PRESIGNED
|
|
LOCAL_SRC_FILES := /dev/null
|
|
include $(BUILD_PREBUILT)
|