sdm845-common: Move offmode charging daemon away

* Follow-up change for commit ea5882d that simply moves the
   prebuilt to its proper place.

Change-Id: I40d37ea6ae53fe8fe919dda758db22df3c1c4229
This commit is contained in:
Bruno Martins 2018-09-26 09:54:39 +01:00
parent 4117a9f89f
commit 1c3597e4e3
4 changed files with 3 additions and 15 deletions

View File

@ -1,6 +1,9 @@
# Power-off alarms
etc/permissions/vendor-qti-hardware-alarm.xml
# Power-off charging daemon
-sbin/charger:sbin/chargeonlymode;rootfs|f048d2cc20783ba1a608b73d440b3053af6ec9fd
# QMI
etc/permissions/qti_libpermissions.xml
etc/permissions/qti_permissions.xml

View File

@ -7,14 +7,3 @@ LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/init.qcom.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
include $(BUILD_PREBUILT)
# Offmode charging
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 := sbin/chargeonlymode
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := EXECUTABLES
include $(BUILD_PREBUILT)

Binary file not shown.

View File

@ -62,10 +62,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
netutils-wrapper-1.0
# Offmode charging
PRODUCT_PACKAGES += \
chargeonlymode
# Power
PRODUCT_PACKAGES += \
power.qcom