soong: drop librmnetctl config
Flag hasn't been ported since lineage-19.1. Change-Id: I2078d19cc80e4b64b86e2aab0bd68d7ee0f14224
This commit is contained in:
committed by
Bruno Martins
parent
6df271a022
commit
2ef0da69c1
@@ -379,23 +379,6 @@ nvidia_enhancements {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// QCOM specific config modules
|
// QCOM specific config modules
|
||||||
soong_config_module_type {
|
|
||||||
name: "librmnetctl_pre_uplink",
|
|
||||||
module_type: "cc_defaults",
|
|
||||||
config_namespace: "lineageQcomVars",
|
|
||||||
bool_variables: ["uses_pre_uplink_features_netmgrd"],
|
|
||||||
properties: ["cflags"],
|
|
||||||
}
|
|
||||||
|
|
||||||
librmnetctl_pre_uplink {
|
|
||||||
name: "librmnetctl_pre_uplink_defaults",
|
|
||||||
soong_config_variables: {
|
|
||||||
uses_pre_uplink_features_netmgrd: {
|
|
||||||
cflags: ["-DNO_UPLINK_FEATURES"],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
soong_config_module_type {
|
soong_config_module_type {
|
||||||
name: "surfaceflinger_qcom_extensions",
|
name: "surfaceflinger_qcom_extensions",
|
||||||
module_type: "cc_defaults",
|
module_type: "cc_defaults",
|
||||||
|
@@ -62,9 +62,6 @@ SOONG_CONFIG_lineageNvidiaVars += \
|
|||||||
uses_nvidia_enhancements
|
uses_nvidia_enhancements
|
||||||
|
|
||||||
SOONG_CONFIG_NAMESPACES += lineageQcomVars
|
SOONG_CONFIG_NAMESPACES += lineageQcomVars
|
||||||
SOONG_CONFIG_lineageQcomVars += \
|
|
||||||
uses_pre_uplink_features_netmgrd
|
|
||||||
|
|
||||||
# Only create display_headers_namespace var if dealing with UM platforms to avoid breaking build for all other platforms
|
# Only create display_headers_namespace var if dealing with UM platforms to avoid breaking build for all other platforms
|
||||||
ifneq ($(filter $(UM_PLATFORMS),$(TARGET_BOARD_PLATFORM)),)
|
ifneq ($(filter $(UM_PLATFORMS),$(TARGET_BOARD_PLATFORM)),)
|
||||||
SOONG_CONFIG_lineageQcomVars += \
|
SOONG_CONFIG_lineageQcomVars += \
|
||||||
@@ -78,7 +75,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_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_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
|
||||||
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
||||||
SOONG_CONFIG_lineageQcomVars_uses_pre_uplink_features_netmgrd := $(TARGET_USES_PRE_UPLINK_FEATURES_NETMGRD)
|
|
||||||
|
|
||||||
# Set default values
|
# Set default values
|
||||||
BOOTLOADER_MESSAGE_OFFSET ?= 0
|
BOOTLOADER_MESSAGE_OFFSET ?= 0
|
||||||
|
Reference in New Issue
Block a user