sdm660-common: Drop Power-off charging daemon
This commit is contained in:
parent
272e08da88
commit
e4d95ed6eb
3 changed files with 1 additions and 12 deletions
10
Android.mk
10
Android.mk
|
@ -18,14 +18,4 @@ LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason whyred,$(TARGET_DEVICE)),)
|
ifneq ($(filter twolip jasmine_sprout wayne clover lavender platina jason whyred,$(TARGET_DEVICE)),)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := chargeonlymode
|
|
||||||
LOCAL_MODULE_OWNER := xiaomi
|
|
||||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT_SBIN)
|
|
||||||
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_SBIN_UNSTRIPPED)
|
|
||||||
LOCAL_SRC_FILES := proprietary/rootfs/sbin/chargeonlymode
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_CLASS := EXECUTABLES
|
|
||||||
include $(BUILD_PREBUILT)
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
Binary file not shown.
|
@ -737,5 +737,4 @@ PRODUCT_PACKAGES += \
|
||||||
dpmserviceapp \
|
dpmserviceapp \
|
||||||
ims \
|
ims \
|
||||||
qcrilmsgtunnel \
|
qcrilmsgtunnel \
|
||||||
WfdCommon \
|
WfdCommon
|
||||||
chargeonlymode
|
|
||||||
|
|
Loading…
Reference in a new issue