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

Commit d2c62a0a authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "Whitelist TARGET_COPY_OUT_RAMDISK for mainline" am: 37660e2e am: 4ac9c871

am: 8a4b28c5

Change-Id: I89d6069ef24bc9169fe4b818d3793989fe49cb83
parents a3a7e349 8a4b28c5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -62,8 +62,10 @@ _base_mk_whitelist :=
_my_whitelist := $(_base_mk_whitelist)
_my_whitelist := $(_base_mk_whitelist)


# Both /system and / are in system.img when PRODUCT_SHIPPING_API_LEVEL>=28.
# 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 := \
_my_paths := \
  $(TARGET_COPY_OUT_ROOT) \
  $(TARGET_COPY_OUT_ROOT) \
  $(TARGET_COPY_OUT_SYSTEM) \
  $(TARGET_COPY_OUT_SYSTEM) \
  $(TARGET_COPY_OUT_RAMDISK) \


$(call require-artifacts-in-path, $(_my_paths), $(_my_whitelist))
$(call require-artifacts-in-path, $(_my_paths), $(_my_whitelist))