Merge "Whitelist TARGET_COPY_OUT_RAMDISK for mainline" am: 37660e2e32
am: 4ac9c871b0
am: 8a4b28c5ad
Change-Id: I89d6069ef24bc9169fe4b818d3793989fe49cb83
This commit is contained in:
commit
d2c62a0a7b
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue