aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-12-08 00:34:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-12-08 00:34:22 +0000
commitb5e98829398799c6f47d8eb0d99fdf385e5130e0 (patch)
tree2674bdd80e4f7985fca47267bb2f98ab084b8462
parentd7bf548967798a8da3001dc46524d30f7283ba05 (diff)
parent8f52a568f07fca12a3d2d3275e6de5948f0add90 (diff)
downloadbuild-b5e98829398799c6f47d8eb0d99fdf385e5130e0.tar.gz
Merge "Enable debug ramdisk for vendor_boot with recovery"
-rw-r--r--core/board_config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/board_config.mk b/core/board_config.mk
index d674d1af48..1a80348469 100644
--- a/core/board_config.mk
+++ b/core/board_config.mk
@@ -310,7 +310,8 @@ endif
###########################################
# Now we can substitute with the real value of TARGET_COPY_OUT_DEBUG_RAMDISK
-ifneq (,$(filter true,$(BOARD_USES_RECOVERY_AS_BOOT) $(BOARD_GKI_NONAB_COMPAT)))
+ifneq (,$(filter true,$(BOARD_USES_RECOVERY_AS_BOOT) \
+ $(BOARD_GKI_NONAB_COMPAT) $(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT)))
TARGET_COPY_OUT_DEBUG_RAMDISK := debug_ramdisk/first_stage_ramdisk
TARGET_COPY_OUT_VENDOR_DEBUG_RAMDISK := vendor_debug_ramdisk/first_stage_ramdisk
TARGET_COPY_OUT_TEST_HARNESS_RAMDISK := test_harness_ramdisk/first_stage_ramdisk