summaryrefslogtreecommitdiff
path: root/AndroidBoard.mk
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidBoard.mk')
-rw-r--r--AndroidBoard.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/AndroidBoard.mk b/AndroidBoard.mk
new file mode 100644
index 0000000..ed9d9fa
--- /dev/null
+++ b/AndroidBoard.mk
@@ -0,0 +1,13 @@
+LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
+ifeq ($(TARGET_PREBUILT_KERNEL),)
+TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
+endif
+
+file := $(INSTALLED_KERNEL_TARGET)
+ALL_PREBUILT += $(file)
+$(file): $(TARGET_PREBUILT_KERNEL) | $(ACP)
+ $(transform-prebuilt-to-target)
+
+include $(CLEAR_VARS)