diff options
Diffstat (limited to 'gki')
-rw-r--r-- | gki/Android.mk | 5 |
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) |