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

Commit 249b60d0 authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Add trailing slash to mainline path claims."

am: 9d5b3dbf

Change-Id: I936ddb71273ecab183219aa8614d3683aac66017
parents 39eb5ff3 9d5b3dbf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -64,8 +64,8 @@ _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) \
  $(TARGET_COPY_OUT_ROOT)/ \
  $(TARGET_COPY_OUT_SYSTEM)/ \
  $(TARGET_COPY_OUT_RAMDISK)/ \

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