fixup! soong: Add lineage soong config variables

error: system/netd/server/Android.bp:162:1: module "netd" variant "android_arm64_armv8-a_cfi": cppflags: Flag DIGNORES_FTP_PPTP_CONNTRACK_FAILURE must start with -

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I24b89f13425cf586e6ff50d83e71fb1a052bf4ed
This commit is contained in:
Aayush Gupta
2020-10-21 16:29:53 +05:30
parent a461d3228d
commit 445136f111

View File

@@ -151,7 +151,7 @@ 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"],
cppflags: ["-DIGNORES_FTP_PPTP_CONNTRACK_FAILURE"],
},
},
}