OSDN Git Service

Null-terminate hex string in uuid_new() am: addbe8f489 am: 5f2c3d86d2
[android-x86/system-bt.git] / btcore / Android.mk
index 8c9e1f1..fb22e0e 100644 (file)
@@ -40,7 +40,6 @@ btcoreCommonTestSrc := \
 
 btcoreCommonIncludes := \
     $(LOCAL_PATH)/include \
-    $(LOCAL_PATH)/../osi/include \
     $(LOCAL_PATH)/..
 
 # libbtcore static library for target
@@ -86,7 +85,7 @@ LOCAL_SRC_FILES := $(btcoreCommonTestSrc)
 LOCAL_CFLAGS := -Wall -Werror -Werror=unused-variable
 LOCAL_MODULE := net_test_btcore
 LOCAL_MODULE_TAGS := tests
-LOCAL_SHARED_LIBRARIES := liblog libpower
+LOCAL_SHARED_LIBRARIES := liblog
 LOCAL_STATIC_LIBRARIES := libbtcore libosi
 include $(BUILD_NATIVE_TEST)