aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4befb96..de529f2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -105,7 +105,15 @@ cc_library {
],
},
- host_linux: {
+ linux_glibc: {
+ local_include_dirs: [
+ "linux",
+ ],
+
+ cflags: ["-Werror"],
+ },
+
+ linux_bionic: {
local_include_dirs: [
"linux",
],