config: Remove TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE

This hasn't been ported after lineage-18.1

Change-Id: I2946fdb08c09a3bfd238d65103869dc89ca2b558
This commit is contained in:
Michael Bestas
2022-08-30 02:59:07 +03:00
parent e19c6db3c9
commit 3bff07a506
2 changed files with 0 additions and 19 deletions

View File

@@ -201,23 +201,6 @@ needs_camera_boottime {
},
}
soong_config_module_type {
name: "needs_netd_direct_connect_rule",
module_type: "cc_defaults",
config_namespace: "lineageGlobalVars",
bool_variables: ["needs_netd_direct_connect_rule"],
properties: ["cppflags"],
}
needs_netd_direct_connect_rule {
name: "needs_netd_direct_connect_rule_defaults",
soong_config_variables: {
needs_netd_direct_connect_rule: {
cppflags: ["-DNEEDS_NETD_DIRECT_CONNECT_RULE"],
},
},
}
soong_config_module_type {
name: "bootloader_message_offset",
module_type: "cc_defaults",

View File

@@ -32,7 +32,6 @@ SOONG_CONFIG_lineageGlobalVars += \
bootloader_message_offset \
disable_postrender_cleanup \
needs_camera_boottime \
needs_netd_direct_connect_rule \
target_init_vendor_lib \
target_ld_shim_libs \
target_process_sdk_version_override \
@@ -60,7 +59,6 @@ endif
# Soong bool variables
SOONG_CONFIG_lineageGlobalVars_disable_postrender_cleanup := $(TARGET_DISABLE_POSTRENDER_CLEANUP)
SOONG_CONFIG_lineageGlobalVars_needs_camera_boottime := $(TARGET_CAMERA_BOOTTIME_TIMESTAMP)
SOONG_CONFIG_lineageGlobalVars_needs_netd_direct_connect_rule := $(TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE)
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_supports_extended_compress_format := $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)