summaryrefslogtreecommitdiffstats
path: root/main/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'main/Android.mk')
-rw-r--r--main/Android.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/Android.mk b/main/Android.mk
index 4ee80deba..2286997e8 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -26,11 +26,6 @@ LOCAL_SRC_FILES+= \
LOCAL_SRC_FILES+= \
../udrv/ulinux/uipc.c
-ifeq ($(BOARD_USES_WIPOWER),true)
-LOCAL_SRC_FILES += \
- ../../../vendor/qcom/opensource/bluetooth/wipower-host/core/src/wipower.c
-endif
-
LOCAL_C_INCLUDES+= . \
$(LOCAL_PATH)/../ \
$(LOCAL_PATH)/../bta/include \
@@ -61,12 +56,6 @@ LOCAL_C_INCLUDES+= . \
external/zlib \
$(call include-path-for, audio-utils)
-ifeq ($(BOARD_USES_WIPOWER),true)
-LOCAL_C_INCLUDES+= \
- vendor/qcom/opensource/bluetooth/hal/include \
- vendor/qcom/opensource/bluetooth/wipower-host/core/include
-endif
-
LOCAL_SHARED_LIBRARIES := \
libcutils \
libdl \