summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chih-hung Hsieh <chh@google.com> 2021-08-03 01:02:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2021-08-03 01:02:45 +0000
commit4e6598eef7ae563e05ea2329e970de804ef4d3cc (patch)
tree1d2bae21fbec377abaaaabf0dfe255bae65d42b4
parenta54768b010aa2f02af1d89fa947738b31381e0cf (diff)
parent69df09d4d0efe7426abe7b61caac6431100f1b96 (diff)
Merge "Remove system-headers, minimize unwanted warnings."
-rw-r--r--cmds/idmap2/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp
index aad5d23f8546..5370dc360be6 100644
--- a/cmds/idmap2/Android.bp
+++ b/cmds/idmap2/Android.bp
@@ -56,9 +56,6 @@ cc_defaults {
"-readability-redundant-access-specifiers",
"-readability-uppercase-literal-suffix",
],
- tidy_flags: [
- "-system-headers",
- ],
}
cc_library {