diff options
| author | Michael Scott <michael.scott@linaro.org> | 2014-11-26 15:43:58 -0800 |
|---|---|---|
| committer | Michael Scott <michael.scott@linaro.org> | 2014-11-26 15:43:58 -0800 |
| commit | 93c01e0ad73ed8382caca895d4f7db39d5b94b77 (patch) | |
| tree | e2bbef43f3574863541fe0bfa982c42c8fb763aa | |
| parent | 911f921fb02d9812a47dd8a20afe759d9945a6b6 (diff) | |
otter-common: fix bluetooth crashes by adding dummy bt vendor libs
Signed-off-by: Michael Scott <michael.scott@linaro.org>
| -rw-r--r-- | BoardConfigCommon.mk | 4 | ||||
| -rw-r--r-- | common.mk | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6f03a05..21ba3a1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -23,9 +23,7 @@ TARGET_BOARD_OMAP_CPU := 4430 # Bluetooth BOARD_HAVE_BLUETOOTH := true -BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true -BOARD_BLUETOOTH_USES_HCIATTACH_PROPERTY := true -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/amazon/otter-common/bluetooth +BOARD_HAVE_BLUETOOTH_TI := true # Camera TI_OMAP4_CAMERAHAL_VARIANT := false @@ -79,3 +79,4 @@ PRODUCT_PROPERTY_OVERRIDES += \ $(call inherit-product, frameworks/native/build/tablet-dalvik-heap.mk) $(call inherit-product-if-exists, vendor/amazon/omap4-common/omap4-common-vendor-540_120.mk) $(call inherit-product, hardware/ti/wlan/mac80211/wl127x-wlan-products.mk) +$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk) |
