Update configs

This commit is contained in:
Kamil Trzcinski 2017-03-12 22:04:56 +01:00
parent 12541a1691
commit c5bdebcf35
3 changed files with 8 additions and 5 deletions

View file

@ -66,7 +66,7 @@ ifeq ($(BOARD_WIFI_VENDOR), realtek)
else
WIFI_DRIVER_MODULE_NAME := "8723bs"
endif
WIFI_DRIVER_MODULE_PATH := "/system/vendor/modules/$(WIFI_DRIVER_MODULE_NAME).ko"
WIFI_DRIVER_MODULE_ARG := "ifname=wlan0 if2name=p2p0"
@ -106,7 +106,7 @@ endif
# make sure BOARD_HAVE_BLUETOOTH is true for every bt vendor
BOARD_HAVE_BLUETOOTH := true
#BOARD_HAVE_BLUETOOTH_BCM := true
BOARD_HAVE_BLUETOOTH_NAME := rtl8723bs
BOARD_HAVE_BLUETOOTH_NAME := rtl8723bs_vq0
BOARD_HAVE_BLUETOOTH_RTK_COEX := true
BOARD_HAVE_BLUETOOTH_RTK := true
BLUETOOTH_HCI_USE_RTK_H5 := true

View file

@ -17,14 +17,14 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H
#define BTM_DEF_LOCAL_NAME "tulip-p1"
#define BTM_DEF_LOCAL_NAME "tulip-chiphd"
// SERVICE_CLASS:0x1A (Bit17 -Networking,Bit19 - Capturing,Bit20 -Object Transfer)
// MAJOR CLASS: COMPUTER
// MINOR CLASS: TABLET
#define BTA_DM_COD {0x1A, 0x01, 0x1C}
#define BTA_GATT_DEBUG TRUE
#define BTA_GATT_DEBUG FALSE
#define HCI_MAX_SIMUL_CMDS (1)

View file

@ -84,6 +84,9 @@ PRODUCT_COPY_FILES += \
device/softwinner/tulip-chiphd/configs/sunxi_ir_recv.kl:system/usr/keylayout/sunxi_ir_recv.kl \
device/softwinner/tulip-chiphd/configs/gt9xxf_ts.idc:system/usr/idc/gt9xxf_ts.idc
PRODUCT_COPY_FILES += \
device/softwinner/tulip-chiphd/wifi_efuse_8723bs-vq0.map:system/etc/wifi/wifi_efuse_8723bs-vq0.map
#PRODUCT_COPY_FILES += \
device/softwinner/tulip-chiphd/hawkview/sensor_list_cfg.ini:system/etc/hawkview/sensor_list_cfg.ini
@ -137,4 +140,4 @@ PRODUCT_COPY_FILES += \
# Some CTS tests will be skipped based on what the initial API level that
# shipped on device was.
PRODUCT_PROPERTY_OVERRIDES += \
ro.product.first_api_level=21
ro.product.first_api_level=24