diff --git a/BoardConfig.mk b/BoardConfig.mk index 05c881d..e293e6f 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,11 @@ TARGET_OTA_ASSERT_DEVICE := g3,vs985 +# Bluetooth +BOARD_HAVE_BLUETOOTH_QCOM := true +BLUETOOTH_HCI_USE_MCT := true +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/vs985/bluetooth + # Kernel TARGET_KERNEL_CONFIG := cyanogenmod_vs985_defconfig @@ -28,21 +33,17 @@ BOARD_RECOVERYIMAGE_PARTITION_SIZE := 16777216 BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2692743168 BOARD_USERDATAIMAGE_PARTITION_SIZE := 27325360128 -# Bluetooth -BOARD_HAVE_BLUETOOTH_QCOM := true -BLUETOOTH_HCI_USE_MCT := true -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/vs985/bluetooth - # Wifi BOARD_HAS_QCOM_WLAN := true BOARD_WLAN_DEVICE := qcwcn -WPA_SUPPLICANT_VERSION := VER_0_8_X +BOARD_HOSTAPD_DRIVER := NL80211 +BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) BOARD_WPA_SUPPLICANT_DRIVER := NL80211 BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) -BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) TARGET_USES_WCNSS_CTRL := true -WIFI_DRIVER_FW_PATH_STA := "sta" WIFI_DRIVER_FW_PATH_AP := "ap" +WIFI_DRIVER_FW_PATH_STA := "sta" +WPA_SUPPLICANT_VERSION := VER_0_8_X # inherit from the proprietary version -include vendor/lge/vs985/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index a7c1dce..5ef22c7 100644 --- a/device.mk +++ b/device.mk @@ -19,14 +19,14 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/lge/vs985/vs985-vendor.mk) +# Overlays +DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay + # Bluetooth PRODUCT_PACKAGES += \ init.galbi.bt.sh \ init.galbi.bt_vendor.rc -# Overlays -DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay - # Wifi PRODUCT_PACKAGES += \ wcnss_service diff --git a/system.prop b/system.prop index 6c38cd4..ccfef59 100644 --- a/system.prop +++ b/system.prop @@ -2,8 +2,9 @@ rild.libargs=-d /dev/smd0 rild.libpath=/vendor/lib/libril-qc-qmi-1.so -telephony.lteOnCdmaDevice=1 ro.telephony.default_network=10 ro.cdma.home.operator.numeric=310004 ro.cdma.home.operator.alpha=Verizon ro.telephony.default_cdma_sub=0 + +telephony.lteOnCdmaDevice=1