forked from openkylin/platform_build
generic_ramdisk.mk add missing slash.
Test: pass Bug: 173742069 Change-Id: Ie489858ff57cfc24b3cb28c61f85fffed1bbd4db
This commit is contained in:
parent
63d3835f4a
commit
e3a09008fb
|
@ -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 \
|
||||
|
||||
|
|
Loading…
Reference in New Issue