forked from openkylin/platform_build
Fix the build
Change-Id: I9eedff42d4855c1f2668509cc19d388735fb57aa
This commit is contained in:
parent
769c2efb95
commit
cd4801a07c
|
@ -27,6 +27,6 @@ LOCAL_KERNEL := prebuilt/android-x86/kernel/kernel-vbox
|
|||
|
||||
PRODUCT_COPY_FILES := \
|
||||
development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
|
||||
development/data/etc/vold.conf:system/etc/vold.conf
|
||||
$(LOCAL_KERNEL):kernel \
|
||||
$(LOCAL_PATH)/init.rc:root/init.rc
|
||||
development/data/etc/vold.conf:system/etc/vold.conf \
|
||||
build/target/board/vbox_x86/init.rc:root/init.rc \
|
||||
$(LOCAL_KERNEL):kernel
|
||||
|
|
Loading…
Reference in New Issue