Merge "generic_ramdisk.mk add missing slash." am: fb991de5fe
Original change: https://android-review.googlesource.com/c/platform/build/+/1530574 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iffdd47f0ca69bcf8860595cc06a2d782fa831f28
This commit is contained in:
commit
3eeefdca5b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,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 a new issue