mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: rootdir: Import samsung init.usb.configfs.rc changes
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: I4ea3bafff8e5d48114dfe2c166fb8e268d3dc28f
This commit is contained in:
parent
2e4278499e
commit
f5af2d259a
3 changed files with 122 additions and 0 deletions
|
|
@ -8,6 +8,14 @@ LOCAL_SRC_FILES := etc/init.universal7904.rc
|
|||
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.usb_accessory.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/init.usb_accessory.rc
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := fstab.enableswap
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
|
|||
Loading…
Reference in a new issue