diff options
| author | 2019-01-17 22:48:15 +0000 | |
|---|---|---|
| committer | 2019-01-17 22:48:15 +0000 | |
| commit | c8eb4a057b883a231db9c0fb65bf62b957a9803b (patch) | |
| tree | c54c7efb4a454488857bd44d4299bb9cb64ffbf4 | |
| parent | 37f2ba0a3fdd5e042622e62bf1783bfcd74b5949 (diff) | |
| parent | 4b2d55b0823bbbfda184b73dbe519fd994ea9af9 (diff) | |
Merge "Disable modernize-avoid-c-arrays clang-tidy check"
| -rw-r--r-- | cmds/idmap2/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/idmap2/Android.bp b/cmds/idmap2/Android.bp index abe18ba8a415..423bbd22fb58 100644 --- a/cmds/idmap2/Android.bp +++ b/cmds/idmap2/Android.bp @@ -20,6 +20,7 @@ cc_defaults { "misc-*", "modernize-*", "readability-*", + "-modernize-avoid-c-arrays", ], tidy_flags: [ "-system-headers", |