Loading rootdir/Android.mk +12 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,18 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) ####################################### # init-debug.rc include $(CLEAR_VARS) LOCAL_MODULE := init-debug.rc LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_TAGS := debug LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init include $(BUILD_PREBUILT) ####################################### # asan.options ifneq ($(filter address,$(SANITIZE_TARGET)),) Loading rootdir/init-debug.rc 0 → 100644 +8 −0 Original line number Diff line number Diff line on property:persist.mmc.max_read_speed=* write /sys/block/mmcblk0/max_read_speed ${persist.mmc.max_read_speed} on property:persist.mmc.max_write_speed=* write /sys/block/mmcblk0/max_write_speed ${persist.mmc.max_write_speed} on property:persist.mmc.cache_size=* write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size} Loading
rootdir/Android.mk +12 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,18 @@ LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT) include $(BUILD_PREBUILT) ####################################### # init-debug.rc include $(CLEAR_VARS) LOCAL_MODULE := init-debug.rc LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_TAGS := debug LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init include $(BUILD_PREBUILT) ####################################### # asan.options ifneq ($(filter address,$(SANITIZE_TARGET)),) Loading
rootdir/init-debug.rc 0 → 100644 +8 −0 Original line number Diff line number Diff line on property:persist.mmc.max_read_speed=* write /sys/block/mmcblk0/max_read_speed ${persist.mmc.max_read_speed} on property:persist.mmc.max_write_speed=* write /sys/block/mmcblk0/max_write_speed ${persist.mmc.max_write_speed} on property:persist.mmc.cache_size=* write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size}