Merge "Create empty /linkerconfig/ld.config.txt in ramdisk." into main am: 81f8ba86f3

Original change: https://android-review.googlesource.com/c/platform/build/+/2974335

Change-Id: I0416e53990a789f1a09a5f842d340b87f6c56399
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Peter Collingbourne
2024-02-28 03:05:01 +00:00
committed by Automerger Merge Worker

View File

@@ -2727,6 +2727,8 @@ $(INTERNAL_RECOVERY_RAMDISK_FILES_TIMESTAMP): $(MKBOOTFS) $(COMPRESSION_COMMAND_
$(if $(strip $(recovery_wipe)), \
cp -f $(recovery_wipe) $(TARGET_RECOVERY_ROOT_OUT)/system/etc/recovery.wipe)
ln -sf prop.default $(TARGET_RECOVERY_ROOT_OUT)/default.prop
# Silence warnings in first_stage_console.
touch $(TARGET_RECOVERY_ROOT_OUT)/linkerconfig/ld.config.txt
$(BOARD_RECOVERY_IMAGE_PREPARE)
$(hide) touch $@