Skip to content
Snippets Groups Projects
Unverified Commit 3bff07a5 authored by Michael Bestas's avatar Michael Bestas
Browse files

config: Remove TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE

This hasn't been ported after lineage-18.1

Change-Id: I2946fdb08c09a3bfd238d65103869dc89ca2b558
parent e19c6db3
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment