Loading jni/Android.mk +8 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,15 @@ LOCAL_SRC_FILES:= \ com_android_bluetooth_sdp.cpp \ com_android_bluetooth_btservice_vendor.cpp ifneq ($(TARGET_SUPPORTS_WEARABLES),true) LOCAL_C_INCLUDES += \ $(JNI_H_INCLUDE) \ vendor/qcom/opensource/bluetooth/hal/include else LOCAL_C_INCLUDES += \ $(JNI_H_INCLUDE) \ device/qcom/msm8909w/opensource/bluetooth/hal/include endif LOCAL_SHARED_LIBRARIES := \ libandroid_runtime \ Loading Loading
jni/Android.mk +8 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,15 @@ LOCAL_SRC_FILES:= \ com_android_bluetooth_sdp.cpp \ com_android_bluetooth_btservice_vendor.cpp ifneq ($(TARGET_SUPPORTS_WEARABLES),true) LOCAL_C_INCLUDES += \ $(JNI_H_INCLUDE) \ vendor/qcom/opensource/bluetooth/hal/include else LOCAL_C_INCLUDES += \ $(JNI_H_INCLUDE) \ device/qcom/msm8909w/opensource/bluetooth/hal/include endif LOCAL_SHARED_LIBRARIES := \ libandroid_runtime \ Loading