Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8877788 authored by Manu Viswanadhan's avatar Manu Viswanadhan Committed by Linux Build Service Account
Browse files

Bluetooth: Including vendor HAL directory path for wearables

Including vendor HAL directory path for wearables

Change-Id: I1953072c9f07b585e4b9b82c90205bd92f19aa9e
CRs-Fixed: 1056850
parent e0634f6e
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -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 \