From 445136f1119d9490700fb740dae4710deb86f7c5 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 21 Oct 2020 16:29:53 +0530 Subject: [PATCH] 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 Change-Id: I24b89f13425cf586e6ff50d83e71fb1a052bf4ed --- build/soong/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/soong/Android.bp b/build/soong/Android.bp index 8440cf90..6173f016 100644 --- a/build/soong/Android.bp +++ b/build/soong/Android.bp @@ -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"], }, }, }