mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
rosemary: Set sys.usb.ffs.aio_compat in recovery
Change-Id: Id0275b6a4a5828d038d378124798c33f7784cd47
This commit is contained in:
committed by
Matsvei Niaverau
parent
bfc3b1b0d1
commit
7bf1d20c84
@@ -136,6 +136,9 @@ PRODUCT_PACKAGES += \
|
||||
init.sensor_1_0.rc \
|
||||
ueventd.mtk.rc
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
init.recovery.mt6785.rc
|
||||
|
||||
# Shipping API level
|
||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||
|
||||
|
||||
9
recovery/Android.mk
Normal file
9
recovery/Android.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := init.recovery.mt6785.rc
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := root/init.recovery.mt6785.rc
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
include $(BUILD_PREBUILT)
|
||||
2
recovery/root/init.recovery.mt6785.rc
Normal file
2
recovery/root/init.recovery.mt6785.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
on init
|
||||
setprop sys.usb.ffs.aio_compat 1
|
||||
Reference in New Issue
Block a user