From 46bf4b510cf3492eefaab8e7e36b5807a7c75aec Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 15 Oct 2018 10:13:35 +0000 Subject: [PATCH] Revert "Add trailing slash to mainline path claims." This reverts commit f1fb31a301253199b5b9c6e0ea878e27bc92af6f. Reason for revert: breaks some builds Change-Id: I22f7939dc25bee6e3c2b8835f86ce5772ab3edec --- target/product/mainline_system.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/product/mainline_system.mk b/target/product/mainline_system.mk index 6bd95b0b8f..8d0611f62c 100644 --- a/target/product/mainline_system.mk +++ b/target/product/mainline_system.mk @@ -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))