generic_ramdisk.mk add missing slash.

Test: pass
Bug: 173742069
Change-Id: Ie489858ff57cfc24b3cb28c61f85fffed1bbd4db
This commit is contained in:
Yifan Hong 2020-12-15 13:41:33 -08:00
parent 63d3835f4a
commit e3a09008fb
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ PRODUCT_PACKAGES += \
userdebug_plat_sepolicy.cil \
_my_paths := \
$(TARGET_COPY_OUT_RAMDISK) \
$(TARGET_COPY_OUT_DEBUG_RAMDISK) \
$(TARGET_COPY_OUT_RAMDISK)/ \
$(TARGET_COPY_OUT_DEBUG_RAMDISK)/ \
system/usr/share/zoneinfo/tz_version \
system/usr/share/zoneinfo/tzdata \