summaryrefslogtreecommitdiffstats
path: root/bta/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bta/Android.mk')
-rw-r--r--bta/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/bta/Android.mk b/bta/Android.mk
index 9471187..0076c3f 100644
--- a/bta/Android.mk
+++ b/bta/Android.mk
@@ -2,6 +2,8 @@ ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
+include $(LOCAL_PATH)/../include/buildcfg.mk
+
include $(CLEAR_VARS)
ifeq ($(BOARD_HAVE_BLUETOOTH_BCM),true)
@@ -121,7 +123,7 @@ LOCAL_SRC_FILES:= \
./sys/utl.c
LOCAL_MODULE := libbt-brcm_bta
-LOCAL_MODULE_TAGS := eng
+LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libcutils libc
LOCAL_C_INCLUDES+= . \