diff options
| -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) |
