summaryrefslogtreecommitdiffstats
path: root/gki
diff options
context:
space:
mode:
authorAndre Eisenbach <andre@broadcom.com>2012-04-11 13:36:27 -0700
committerMatthew Xie <mattx@google.com>2012-07-14 11:19:16 -0700
commit87564f3972ffbb4106682f7b6e88110fbe76004f (patch)
treea3d51e612f4f352502567c704cfd65729ecd1828 /gki
parent15ccfa97c678c45b05cc226d51287fb59a4f8b29 (diff)
downloadexternal_bluetooth_bluedroid-87564f3972ffbb4106682f7b6e88110fbe76004f.zip
external_bluetooth_bluedroid-87564f3972ffbb4106682f7b6e88110fbe76004f.tar.gz
external_bluetooth_bluedroid-87564f3972ffbb4106682f7b6e88110fbe76004f.tar.bz2
Move build configuration files to output directory
Build configuration files (buildcfg.h and vnd_buildcfg.h) are now automatically generated on demand in the intermediate output directories for each platform. In addition, buth buildcfg.h and vnd_buildcfg.h files are now generated using a common script. Change-Id: I3580701f32f1993750588d15bd529c6ee337031b
Diffstat (limited to 'gki')
-rw-r--r--gki/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/gki/Android.mk b/gki/Android.mk
index 13681ea..c8d8923 100644
--- a/gki/Android.mk
+++ b/gki/Android.mk
@@ -2,8 +2,6 @@ ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
-include $(LOCAL_PATH)/../include/buildcfg.mk
-
include $(CLEAR_VARS)
LOCAL_C_INCLUDES:= $(LOCAL_PATH)/common \
@@ -29,6 +27,9 @@ LOCAL_SRC_FILES:= \
LOCAL_MODULE := libbt-brcm_gki
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libcutils libc
+LOCAL_MODULE_CLASS := STATIC_LIBRARIES
+
+include $(LOCAL_PATH)/../include/buildcfg.mk
include $(BUILD_STATIC_LIBRARY)