4b35d1aba0
Change-Id: I22dc39a68911e1b5846c20e63c0f8c59521ea7f5
9 lines
248 B
Makefile
9 lines
248 B
Makefile
ifeq ($(TARGET_PREBUILT_KERNEL),)
|
|
LOCAL_KERNEL := prebuilt/android-x86/kernel/kernel
|
|
else
|
|
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
|
|
endif
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_KERNEL):kernel \
|
|
build/target/board/generic_x86/init.rc:root/init.rc
|