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

Commit e3a09008 authored by Yifan Hong's avatar Yifan Hong
Browse files

generic_ramdisk.mk add missing slash.

Test: pass
Bug: 173742069
Change-Id: Ie489858ff57cfc24b3cb28c61f85fffed1bbd4db
parent 63d3835f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 \