Merge "Add trailing slash to mainline path claims."
diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk
index 8d0611f..6bd95b0 100644
--- a/target/product/mainline_system.mk
+++ b/target/product/mainline_system.mk
@@ -64,8 +64,8 @@
 # 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))