Install ld.config.recovery.txt to $(TARGET_RECOVERY_ROOT_OUT)/system/etc.
Bug: 112780007 Test: Build with other changes in the topic (aosp_taimen-userdebug). Test: Boot into recovery. Verify basic functionalities (`adb shell` and `adb sideload`, factory reset). Change-Id: I8686bbc68c9c8a1570289ecd21bcfcb551d1700c
This commit is contained in:
parent
59cd823752
commit
e82b83201b
|
@ -289,7 +289,7 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := ld.config.recovery.txt
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_SRC_FILES := etc/ld.config.recovery.txt
|
||||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/etc
|
||||
LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/etc
|
||||
LOCAL_MODULE_STEM := ld.config.txt
|
||||
include $(BUILD_PREBUILT)
|
||||
|
||||
|
|
Loading…
Reference in New Issue