diff options
author | haran <harangovindan@gmail.com> | 2019-04-09 14:40:22 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | 983274d3f67b10100f403eaada2cedd327e263ae (patch) | |
tree | 9264755b6e30e27f781e8dde8446ea4a16cb7d34 | |
parent | 3ae1a4e9e722be6fb60643f7318c87e5f6ce0054 (diff) |
sdm660-common: Remove deprecated/useless flags
Change-Id: I5199aff977d4e65d86de7edc3a15c3b3690da473
Signed-off-by: PIPIPIG233666 <2212848813@qq.com>
-rw-r--r-- | BoardConfigCommon.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ef9ed1f..a3cac69 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -87,10 +87,7 @@ AUDIO_FEATURE_ENABLED_EXTN_RESAMPLER := false AUDIO_FEATURE_ENABLED_PCM_OFFLOAD := true AUDIO_FEATURE_ENABLED_PCM_OFFLOAD_24 := true AUDIO_FEATURE_ENABLED_FLAC_OFFLOAD := true -AUDIO_FEATURE_ENABLED_VORBIS_OFFLOAD := true -AUDIO_FEATURE_ENABLED_WMA_OFFLOAD := true AUDIO_FEATURE_ENABLED_ALAC_OFFLOAD := true -AUDIO_FEATURE_ENABLED_APE_OFFLOAD := true AUDIO_FEATURE_ENABLED_AAC_ADTS_OFFLOAD := true AUDIO_FEATURE_ENABLED_PROXY_DEVICE := true AUDIO_FEATURE_ENABLED_HW_ACCELERATED_EFFECTS := false @@ -115,11 +112,9 @@ AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true AUDIO_FEATURE_ENABLED_RAS := true AUDIO_FEATURE_ENABLED_SND_MONITOR := true AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false -TARGET_USES_QCOM_MM_AUDIO := true AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true # Bluetooth -BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true BOARD_HAS_QCA_BT_SOC := "cherokee" BLUETOOTH_HCI_USE_MCT := true @@ -185,7 +180,6 @@ BOARD_HAS_QCA_FM_SOC := cherokee BOARD_HAVE_QCOM_FM := true # GPS -TARGET_NO_RPC := true USE_DEVICE_SPECIFIC_GPS := true BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM) @@ -197,7 +191,6 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml # Init TARGET_INIT_VENDOR_LIB := libinit_sdm660 -TARGET_PLATFORM_DEVICE_BASE := /devices/soc/ TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660 # Keystore @@ -250,7 +243,6 @@ BOARD_HAS_LARGE_FILESYSTEM := true # RIL TARGET_PROVIDES_QTI_TELEPHONY_JAR := true TARGET_RIL_VARIANT := caf -PROTOBUF_SUPPORTED := true # SELinux include device/qcom/sepolicy/sepolicy.mk @@ -267,7 +259,6 @@ BOARD_USES_QC_TIME_SERVICES := true # Wifi BOARD_HAS_QCOM_WLAN := true -BOARD_HAS_QCOM_WLAN_SDK := true BOARD_WLAN_DEVICE := qcwcn BOARD_HOSTAPD_DRIVER := NL80211 BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE) |