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

Commit 364c2dee authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "BOARD_PREBUILT_BOOTIMAGE: removes the restriction of non...

Merge "BOARD_PREBUILT_BOOTIMAGE: removes the restriction of non system-as-root" am: ab85371d am: 20ac8fb2 am: 039c3834

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

Change-Id: I2dcfcf834860b16b869918f879462b8a21d3934d
parents 87b5febb 039c3834
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -1034,10 +1034,6 @@ endif # BUILDING_BOOT_IMAGE

else # TARGET_NO_KERNEL == "true"
ifdef BOARD_PREBUILT_BOOTIMAGE
ifneq ($(BOARD_BUILD_SYSTEM_ROOT_IMAGE),true)
# Remove when b/63676296 is resolved.
$(error Prebuilt bootimage is only supported for AB targets)
endif
INTERNAL_PREBUILT_BOOTIMAGE := $(BOARD_PREBUILT_BOOTIMAGE)
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
$(eval $(call copy-one-file,$(INTERNAL_PREBUILT_BOOTIMAGE),$(INSTALLED_BOOTIMAGE_TARGET)))