From 87564f3972ffbb4106682f7b6e88110fbe76004f Mon Sep 17 00:00:00 2001 From: Andre Eisenbach Date: Wed, 11 Apr 2012 13:36:27 -0700 Subject: 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 --- main/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/Android.mk b/main/Android.mk index cc19aa8..d235f80 100755 --- a/main/Android.mk +++ b/main/Android.mk @@ -1,7 +1,5 @@ LOCAL_PATH:= $(call my-dir) -include $(LOCAL_PATH)/../include/buildcfg.mk - # # Bluetooth HW module # @@ -120,6 +118,8 @@ LOCAL_STATIC_LIBRARIES := libbt-brcm_gki libbt-brcm_bta libbt-brcm_stack LOCAL_MODULE := bluetooth.default LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw LOCAL_MODULE_TAGS := optional +LOCAL_MODULE_CLASS := SHARED_LIBRARIES +include $(LOCAL_PATH)/../include/buildcfg.mk include $(BUILD_SHARED_LIBRARY) -- cgit v1.1