Merge "Whitelist TARGET_COPY_OUT_RAMDISK for mainline"

am: 37660e2e32

Change-Id: I4b6bace334b13f8b20a94f37e0154c1b6b14d858
This commit is contained in:
Tom Cherry 2018-10-11 11:14:22 -07:00 committed by android-build-merger
commit 4ac9c871b0
1 changed files with 2 additions and 0 deletions

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