Bruce Beare | c25e503 | 2010-04-28 14:12:52 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
Bruce Beare | f9f1a9d | 2010-04-30 12:48:32 -0700 | [diff] [blame] | 3 | ifeq ($(TARGET_PREBUILT_KERNEL),) |
4 | LOCAL_KERNEL := prebuilt/android-x86/kernel/kernel | ||||
5 | else | ||||
6 | LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) | ||||
7 | endif | ||||
8 | |||||
9 | PRODUCT_COPY_FILES += \ | ||||
Bruce Beare | 5f276ff | 2010-12-27 12:37:52 -0800 | [diff] [blame] | 10 | $(LOCAL_KERNEL):kernel \ |
11 | $(LOCAL_PATH)/init.rc:root/init.rc |