sm8350-common: Install charger_fw_fstab.qti to /vendor/etc
We are loading it for offline charging mode, see init.target.rc. Change-Id: Ie6f1a1f7cdf8fed740766cbfe3d59ce815e90b2f
This commit is contained in:
parent
3ce0b4aae7
commit
58cb8ab963
3 changed files with 42 additions and 0 deletions
|
|
@ -1,5 +1,13 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := charger_fw_fstab.qti
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/charger_fw_fstab.qti
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR_ETC)
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := fstab.qcom
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue