forked from openkylin/platform_build
Whitelist TARGET_COPY_OUT_RAMDISK for mainline
Test: mainline builds without BOARD_BUILD_SYSTEM_ROOT_IMAGE set. Change-Id: Ia3a5bfa6d2ba1872710409d8c88bba6ff710a1c6
This commit is contained in:
parent
f05a023a5a
commit
16f45d6cd9
|
@ -62,8 +62,10 @@ _base_mk_whitelist :=
|
|||
_my_whitelist := $(_base_mk_whitelist)
|
||||
|
||||
# Both /system and / are in system.img when PRODUCT_SHIPPING_API_LEVEL>=28.
|
||||
# Though we do have a new ramdisk partition for logical partitions.
|
||||
_my_paths := \
|
||||
$(TARGET_COPY_OUT_ROOT) \
|
||||
$(TARGET_COPY_OUT_SYSTEM) \
|
||||
$(TARGET_COPY_OUT_RAMDISK) \
|
||||
|
||||
$(call require-artifacts-in-path, $(_my_paths), $(_my_whitelist))
|
||||
|
|
Loading…
Reference in New Issue