aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2019-03-06 00:09:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-06 00:09:59 +0000
commitde9339b29821fd961d7c56d56959e2139607964c (patch)
treea481dc43eb56da82eb717665e6931056c225c6ab
parentf797b5b327526fe9f4757d581902dae11ff9d3c9 (diff)
parent373aaaa48ffb1951d321002c72bec5d6769899ba (diff)
downloadandroid_external_selinux-de9339b29821fd961d7c56d56959e2139607964c.tar.gz
android_external_selinux-de9339b29821fd961d7c56d56959e2139607964c.tar.bz2
android_external_selinux-de9339b29821fd961d7c56d56959e2139607964c.zip
Merge "Remove -Wno-pointer-bool-conversion"
-rw-r--r--libselinux/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index 1440a307..6833cba8 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -87,9 +87,6 @@ cc_defaults {
cflags: [
"-DAUDITD_LOG_TAG=1003",
],
-
- // mapping.c has redundant check of array p_in->perms.
- clang_cflags: ["-Wno-pointer-bool-conversion"],
}
},