Skip to content
Snippets Groups Projects
Commit 8679ac55 authored by Nolen Johnson's avatar Nolen Johnson Committed by Dhina17
Browse files

onclite: Kill deprecated/unneeded board flags

* BLUETOOTH_HCI_USE_MCT - Deprecated.
* BOARD_USES_QCNE - Only referenced in very old BSPs.
* MAX_EGL_CACHE_KEY_SIZE - Not used anywhere.
* MAX_EGL_CACHE_SIZE - Not used anywhere.
* TARGET_KERNEL_ARCH - no-op unless it differs from TARGET_ARCH.
* WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION - Deprecated

Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
parent ed6c658e
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ TARGET_KERNEL_SOURCE := kernel/xiaomi/onclite
TARGET_KERNEL_CONFIG := onclite-perf_defconfig
BOARD_KERNEL_SEPARATED_DTBO := true
BOARD_DTBOIMG_PARTITION_SIZE := 8388608
TARGET_KERNEL_ARCH := arm64
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_VERSION := 4.9
......@@ -97,7 +96,6 @@ TARGET_NO_BOOTLOADER := true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
BOARD_HAVE_BLUETOOTH_QCOM := true
BLUETOOTH_HCI_USE_MCT := true
TARGET_USE_QTI_BT_STACK := true
# Camera
......@@ -109,9 +107,6 @@ TARGET_TS_MAKEUP := true
# Charger
BOARD_CHARGER_DISABLE_INIT_BLANK := true
# CNE / DPM
BOARD_USES_QCNE := true
# Crypto
TARGET_HW_DISK_ENCRYPTION := true
......@@ -120,9 +115,6 @@ TARGET_USES_ION := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_HWC2 := true
MAX_EGL_CACHE_KEY_SIZE := 12*1024
MAX_EGL_CACHE_SIZE := 2048*1024
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# DRM
......@@ -211,7 +203,6 @@ BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_qcwcn
WIFI_DRIVER_FW_PATH_AP := "ap"
WIFI_DRIVER_FW_PATH_STA := "sta"
WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION := true
WPA_SUPPLICANT_VERSION := VER_0_8_X
# Inherit from the proprietary version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment