summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 23b97472c..a673dfd65 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,4 @@
+ifneq ($(TARGET_USES_AOSP),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -44,3 +45,4 @@ endif
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, $(LOCAL_PATH))
+endif