Merge "Use proper make variable for vendor directory" into oc-mr1-dev-plus-aosp
This commit is contained in:
commit
d82319aa41
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue