summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffy Chen <jeffy.chen@rock-chips.com>2016-01-28 12:21:20 +0800
committerJeffy Chen <jeffy.chen@rock-chips.com>2016-01-28 13:06:32 +0800
commit1ad038994a6045b63bd82664968cb3b05c9ac98f (patch)
treea010d62112eab0e4cbff98c28c3edce91aa78e8d
parent75eddfc0903d49e6d7a70f76908b45abda3712e4 (diff)
downloadrockchip-1ad038994a6045b63bd82664968cb3b05c9ac98f.tar.gz
kylin: Fix confict with other bsp
-rwxr-xr-xAndroid.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100755
index 0000000..f423775
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+# Copyright 2015 The Android Open Source Project
+
+ifeq ($(notdir $(call my-dir)),$(soc_vendor))
+ include $(call first-makefiles-under,$(call my-dir))
+endif