summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..528df43
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,9 @@
1ifeq ($(TARGET_BOARD_PLATFORM), $(filter $(TARGET_BOARD_PLATFORM), am65x))
2
3LOCAL_PATH:= $(call my-dir)
4
5include $(call first-makefiles-under,$(LOCAL_PATH))
6
7$(clear-android-api-vars)
8
9endif