summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorHarshal Trivedi <htrivedi@codeaurora.org>2014-08-12 21:18:19 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-08-22 11:24:25 -0700
commit412f9d8fca3f4d9148fb7355633af7849f770850 (patch)
treebf748c3b7558c1aebfb008153081c1189204165d /Android.mk
parentcaeeb9b9ceeaee55278a934ba3a6f093e0a103fd (diff)
downloadandroid_packages_apps_BluetoothExt-412f9d8fca3f4d9148fb7355633af7849f770850.tar.gz
android_packages_apps_BluetoothExt-412f9d8fca3f4d9148fb7355633af7849f770850.tar.bz2
android_packages_apps_BluetoothExt-412f9d8fca3f4d9148fb7355633af7849f770850.zip
Compile out for TARGET_USES_AOSP
To resolve compilation failure due to dependency on flag. Change-Id: I4e69fee28212cbd1a29970f0ae427a6dc6c648f6
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ae04192..63a7b04 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifneq ($(TARGET_USES_AOSP),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -30,3 +32,5 @@ include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif