diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2020-01-25 13:13:11 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:54 +0300 |
commit | 8b7c99b91e4de7757469f472dcd7c2e36dfcddba (patch) | |
tree | 9825fa3e39b4b2b9ce2ae70e3eb3f4943e317842 /BoardConfigCommon.mk | |
parent | a94a5bfbd266e64373825ffdb9ee51bbafce793b (diff) |
sdm660-common: Remove redundant build flags
Change-Id: Ibb6bd907f8244bac5955f22510cdbdfa0791ebbb
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1b9454f..9ac2ac7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -81,9 +81,7 @@ USE_CUSTOM_AUDIO_POLICY := 1 USE_XML_AUDIO_POLICY_CONF := 1 BOARD_SUPPORTS_SOUND_TRIGGER := true AUDIO_FEATURE_ENABLED_GEF_SUPPORT := true -AUDIO_FEATURE_ENABLED_DYNAMIC_LOG := false AUDIO_FEATURE_ENABLED_EXT_AMPLIFIER := false -AUDIO_USE_LL_AS_PRIMARY_OUTPUT := true AUDIO_FEATURE_ENABLED_FM_POWER_OPT := true # Bluetooth @@ -95,11 +93,7 @@ QCOM_BT_USE_BTNV := true QCOM_BT_USE_SMD_TTY := true # Camera -USE_DEVICE_SPECIFIC_CAMERA := true TARGET_USES_QTI_CAMERA_DEVICE := true -TARGET_USES_QTI_CAMERA2CLIENT := true -BOARD_QTI_CAMERA_32BIT_ONLY := true -TARGET_USES_MEDIA_EXTENSIONS := true # Charger BOARD_CHARGER_ENABLE_SUSPEND := true @@ -180,8 +174,6 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472 BOARD_VENDORIMAGE_PARTITION_SIZE := 2147483648 BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 -TARGET_EXFAT_DRIVER := exfat - BOARD_ROOT_EXTRA_SYMLINKS := \ /vendor/dsp:/dsp \ /vendor/firmware_mnt:/firmware \ @@ -192,13 +184,8 @@ TARGET_COPY_OUT_VENDOR := vendor TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true -TARGET_USES_MKE2FS := true - TARGET_FS_CONFIG_GEN := $(COMMON_PATH)/config.fs -# Peripheral manager -TARGET_PER_MGR_ENABLED := true - # Power TARGET_USES_INTERACTION_BOOST := true @@ -228,9 +215,6 @@ PRODUCT_VENDOR_MOVE_ENABLED := true BOARD_VNDK_RUNTIME_DISABLE := true BOARD_VNDK_VERSION := current -# Timeservice -BOARD_USES_QC_TIME_SERVICES := true - # Wifi BOARD_HAS_QCOM_WLAN := true BOARD_WLAN_DEVICE := qcwcn |