diff options
author | 2021-08-03 01:02:45 +0000 | |
---|---|---|
committer | 2021-08-03 01:02:45 +0000 | |
commit | 4e6598eef7ae563e05ea2329e970de804ef4d3cc (patch) | |
tree | 1d2bae21fbec377abaaaabf0dfe255bae65d42b4 | |
parent | a54768b010aa2f02af1d89fa947738b31381e0cf (diff) | |
parent | 69df09d4d0efe7426abe7b61caac6431100f1b96 (diff) |
Merge "Remove system-headers, minimize unwanted warnings."
-rw-r--r-- | cmds/idmap2/Android.bp | 3 |
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 { |