summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-11-09 13:05:02 -0800
committerSteve Kondik <steve@cyngn.com>2015-03-14 23:47:52 -0700
commit488d66040067421262e5afd49185e734fd0656eb (patch)
tree30367f52e9015838fb86494c9a0a9d622f821374
parent37e8129f7fa0416f3c5e6ca02db73f5ad873fb15 (diff)
downloadandroid_packages_apps_BluetoothExt-488d66040067421262e5afd49185e734fd0656eb.tar.gz
android_packages_apps_BluetoothExt-488d66040067421262e5afd49185e734fd0656eb.tar.bz2
android_packages_apps_BluetoothExt-488d66040067421262e5afd49185e734fd0656eb.zip
Add makefile guard, this needs proprietary parts now.
Change-Id: I9f0579ef5f1590612bc14f401f1f682ddd5fc5e9
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9230d73..cce9f2b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(TARGET_USES_AOSP),true)
+ifeq ($(BOARD_HAVE_QCOM_BLUETOOTH),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)