summaryrefslogtreecommitdiffstats
path: root/tools/device/AndroidBoard.mk.template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/device/AndroidBoard.mk.template')
-rw-r--r--tools/device/AndroidBoard.mk.template8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/device/AndroidBoard.mk.template b/tools/device/AndroidBoard.mk.template
new file mode 100644
index 0000000..55a36d5
--- /dev/null
+++ b/tools/device/AndroidBoard.mk.template
@@ -0,0 +1,8 @@
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+
+ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET)
+
+# include the non-open-source counterpart to this file
+-include vendor/__MANUFACTURER__/__DEVICE__/AndroidBoardVendor.mk