diff options
| author | Chih-Hung Hsieh <chh@google.com> | 2017-09-28 14:35:36 -0700 |
|---|---|---|
| committer | Chih-Hung Hsieh <chh@google.com> | 2017-09-28 14:37:26 -0700 |
| commit | 185f25572295e33991ea8984b43627eb85d2da1b (patch) | |
| tree | d97054571b4ac2724b3be86fb6568f0e5be9f8ca /test | |
| parent | 46fd80678f5cd545e30daab588e88bc91a43ad19 (diff) | |
| download | platform_external_libmpeg2-185f25572295e33991ea8984b43627eb85d2da1b.tar.gz platform_external_libmpeg2-185f25572295e33991ea8984b43627eb85d2da1b.tar.bz2 platform_external_libmpeg2-185f25572295e33991ea8984b43627eb85d2da1b.zip | |
Use -Werror in external/libmpeg2
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I99ca80d03cb33ec08abfeaee3c6ec8ab372f66cc
Diffstat (limited to 'test')
| -rw-r--r-- | test/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.bp b/test/Android.bp index d1cbc2b..f17489e 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -6,6 +6,8 @@ cc_binary { "-DMD5_DISABLE", "-DARM", "-fPIC", + "-Wall", + "-Werror", ], local_include_dirs: [ "decoder/", |
