Merge "Whitelist TARGET_COPY_OUT_RAMDISK for mainline" am: 37660e2e32 am: 4ac9c871b0

am: 8a4b28c5ad

Change-Id: I89d6069ef24bc9169fe4b818d3793989fe49cb83
This commit is contained in:
Tom Cherry 2018-10-11 11:35:23 -07:00 committed by android-build-merger
commit d2c62a0a7b

View file

@ -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))