summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pppd/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/Android.bp b/pppd/Android.bp
index 11ed283..dfa36bd 100644
--- a/pppd/Android.bp
+++ b/pppd/Android.bp
@@ -60,6 +60,7 @@ cc_defaults {
"-Wno-unused-parameter",
"-Werror",
"-Wno-pointer-sign",
+ "-DPLUGIN",
],
local_include_dirs: ["include"],
}
@@ -119,7 +120,6 @@ cc_library_static {
"-Wno-empty-body",
"-Wno-attributes",
"-Wno-sign-compare",
- "-DPLUGIN",
],
ldflags: ["-rdynamic"],