summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-11-09 13:05:02 -0800
committerSteve Kondik <steve@cyngn.com>2015-11-07 14:29:15 -0800
commit26736d2b89d2d75d455e7736905ea49fe5d3b2d0 (patch)
treee63f5cb5ad40e9aa59a556a07d72ab08a9793bc6
parent669378075a5d60deef97eb3418e168b70c71f402 (diff)
downloadandroid_packages_apps_BluetoothExt-26736d2b89d2d75d455e7736905ea49fe5d3b2d0.tar.gz
android_packages_apps_BluetoothExt-26736d2b89d2d75d455e7736905ea49fe5d3b2d0.tar.bz2
android_packages_apps_BluetoothExt-26736d2b89d2d75d455e7736905ea49fe5d3b2d0.zip
Add makefile guard, this needs proprietary parts now.
Change-Id: I9f0579ef5f1590612bc14f401f1f682ddd5fc5e9
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5ad79b6..3950699 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(BOARD_HAVE_BLUETOOTH_QCOM),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -29,3 +31,5 @@ include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif