config: Remove TARGET_IGNORES_FTP_PPTP_CONNTRACK_FAILURE
This hasn't been ported after lineage-17.1 Change-Id: I2aff9bb7bc17fa1444a904d47248d885268bf29b
This commit is contained in:
@@ -184,23 +184,6 @@ trust_usb_control {
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "ignores_ftp_pptp_conntrack_failure_defaults",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "lineageGlobalVars",
|
||||
bool_variables: ["ignores_ftp_pptp_conntrack_failure"],
|
||||
properties: ["cppflags"],
|
||||
}
|
||||
|
||||
ignores_ftp_pptp_conntrack_failure_defaults {
|
||||
name: "ignores_ftp_pptp_conntrack_failure",
|
||||
soong_config_variables: {
|
||||
ignores_ftp_pptp_conntrack_failure: {
|
||||
cppflags: ["-DIGNORES_FTP_PPTP_CONNTRACK_FAILURE"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "needs_camera_boottime",
|
||||
module_type: "cc_defaults",
|
||||
|
@@ -31,7 +31,6 @@ SOONG_CONFIG_lineageGlobalVars += \
|
||||
additional_gralloc_10_usage_bits \
|
||||
bootloader_message_offset \
|
||||
disable_postrender_cleanup \
|
||||
ignores_ftp_pptp_conntrack_failure \
|
||||
needs_camera_boottime \
|
||||
needs_netd_direct_connect_rule \
|
||||
target_init_vendor_lib \
|
||||
@@ -60,7 +59,6 @@ endif
|
||||
|
||||
# Soong bool variables
|
||||
SOONG_CONFIG_lineageGlobalVars_disable_postrender_cleanup := $(TARGET_DISABLE_POSTRENDER_CLEANUP)
|
||||
SOONG_CONFIG_lineageGlobalVars_ignores_ftp_pptp_conntrack_failure := $(TARGET_IGNORES_FTP_PPTP_CONNTRACK_FAILURE)
|
||||
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)
|
||||
|
Reference in New Issue
Block a user