Merge "Use proper make variable for vendor directory" into oc-mr1-dev-plus-aosp

This commit is contained in:
Isaac Chen 2017-12-21 04:25:56 +00:00 committed by Android (Google) Code Review
commit d82319aa41

View file

@ -114,8 +114,8 @@ PRODUCT_PACKAGES += \
vndk-sp
PRODUCT_COPY_FILES += \
device/generic/goldfish/init.ranchu-core.sh:vendor/bin/init.ranchu-core.sh \
device/generic/goldfish/init.ranchu-net.sh:vendor/bin/init.ranchu-net.sh \
device/generic/goldfish/init.ranchu-core.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-core.sh \
device/generic/goldfish/init.ranchu-net.sh:$(TARGET_COPY_OUT_VENDOR)/bin/init.ranchu-net.sh \
device/generic/goldfish/init.ranchu.rc:root/init.ranchu.rc \
device/generic/goldfish/fstab.ranchu:root/fstab.ranchu \
device/generic/goldfish/fstab.ranchu.early:root/fstab.ranchu.early \