Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0958cbf7 authored by Bowgo Tsai's avatar Bowgo Tsai Committed by Automerger Merge Worker
Browse files

Merge "GKI: put debugging resources under fisrt_stage_ramdisk subdir." am:...

Merge "GKI: put debugging resources under fisrt_stage_ramdisk subdir." am: bc50bb88 am: b8deb6e6

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

Change-Id: I429dc540fd3b6d7c4cb211b46de55fc02cda2cd3
parents 408cc6ed b8deb6e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -329,7 +329,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) $(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT)))
  $(BOARD_GKI_NONAB_COMPAT) $(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT) \
  $(BOARD_USES_GENERIC_KERNEL_IMAGE)))
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