soong: move vibrator effect stream config to select
Change-Id: I341733b822e7de2dd109eaa16910ad3357a1dfc6
This commit is contained in:
committed by
Michael Bestas
parent
1477c8d32b
commit
e19f41f91d
@@ -63,8 +63,6 @@ SOONG_CONFIG_lineageNvidiaVars += \
|
||||
|
||||
SOONG_CONFIG_NAMESPACES += lineageQcomVars
|
||||
SOONG_CONFIG_lineageQcomVars += \
|
||||
qti_vibrator_effect_lib \
|
||||
qti_vibrator_use_effect_stream \
|
||||
supports_extended_compress_format \
|
||||
uses_pre_uplink_features_netmgrd
|
||||
|
||||
@@ -81,7 +79,6 @@ SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_reserved_size := $(TARGET_GRAL
|
||||
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_ubwcp_format := $(TARGET_GRALLOC_HANDLE_HAS_UBWCP_FORMAT)
|
||||
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
|
||||
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
||||
SOONG_CONFIG_lineageQcomVars_qti_vibrator_use_effect_stream := $(TARGET_QTI_VIBRATOR_USE_EFFECT_STREAM)
|
||||
SOONG_CONFIG_lineageQcomVars_supports_extended_compress_format := $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)
|
||||
SOONG_CONFIG_lineageQcomVars_uses_pre_uplink_features_netmgrd := $(TARGET_USES_PRE_UPLINK_FEATURES_NETMGRD)
|
||||
|
||||
@@ -102,7 +99,6 @@ TARGET_INIT_VENDOR_LIB ?= vendor_init
|
||||
TARGET_POWER_LIBPERFMGR_MODE_EXTENSION_LIB ?= libperfmgr-ext
|
||||
TARGET_POWERSHARE_ENABLED ?= 1
|
||||
TARGET_POWERSHARE_DISABLED ?= 0
|
||||
TARGET_QTI_VIBRATOR_EFFECT_LIB ?= libqtivibratoreffect
|
||||
TARGET_SURFACEFLINGER_UDFPS_LIB ?= surfaceflinger_udfps_lib
|
||||
TARGET_TRUST_USB_CONTROL_PATH ?= /proc/sys/kernel/deny_new_usb
|
||||
TARGET_TRUST_USB_CONTROL_ENABLE ?= 1
|
||||
@@ -135,4 +131,3 @@ SOONG_CONFIG_lineageQcomVars_qcom_display_headers_namespace := vendor/qcom/opens
|
||||
else
|
||||
SOONG_CONFIG_lineageQcomVars_qcom_display_headers_namespace := $(QCOM_SOONG_NAMESPACE)/display
|
||||
endif
|
||||
SOONG_CONFIG_lineageQcomVars_qti_vibrator_effect_lib := $(TARGET_QTI_VIBRATOR_EFFECT_LIB)
|
||||
|
Reference in New Issue
Block a user