Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 445136f1 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

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: default avatarAayush Gupta <aayushgupta219@gmail.com>
Change-Id: I24b89f13425cf586e6ff50d83e71fb1a052bf4ed
parent a461d322
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"],
        },
    },
}