diff options
| author | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-09-01 10:18:48 -0500 |
|---|---|---|
| committer | Dan Pasanen <invisiblek@cyanogenmod.org> | 2016-09-01 10:21:10 -0500 |
| commit | 54565283f88da059d832c4c0c725655a13abd419 (patch) | |
| tree | 729d7fafbb67042984db81ed849310737a2bc650 | |
| parent | 4db43dab37c979f0c75f0be2e76219fd146db686 (diff) | |
ls990: change BOARD_BLUEDROID_VENDOR_CONF to BOARD_CUSTOM_BT_CONFIG
Change-Id: I88e0443452897af5127802ae2bf3a3b52b0656aa
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 030bfa9..4603feb 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,8 +20,8 @@ TARGET_OTA_ASSERT_DEVICE := g3,ls990 # Bluetooth -BOARD_BLUEDROID_VENDOR_CONF := device/lge/ls990/bluetooth/vnd_g3.txt BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/ls990/bluetooth +BOARD_CUSTOM_BT_CONFIG := device/lge/ls990/bluetooth/vnd_g3.txt BOARD_HAVE_BLUETOOTH_BCM := true # Kernel |
