commit | c89566d5ec0b348693a354242b8fd8308f5d3b7a | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 13 14:22:06 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Thu Sep 13 14:22:06 2018 -0700 |
tree | c238ca06e220cf2054315e7384c3e09f31c65d48 | |
parent | e91c38936da30ecee4784425f4731fb4fc3e3534 [diff] [blame] |
Suppress implicit-fallthrough warnings in nuplayer*. Add FALLTHROUGH_INTENDED for clang compiler. Bug: 112564944 Test: build with global -Wimplicit-fallthrough. Change-Id: I5b7ab7abb46884b363e13284382eddf7a256a3e2
diff --git a/media/libmediaplayer2/nuplayer2/Android.bp b/media/libmediaplayer2/nuplayer2/Android.bp index 1634f35..c8ddc11 100644 --- a/media/libmediaplayer2/nuplayer2/Android.bp +++ b/media/libmediaplayer2/nuplayer2/Android.bp
@@ -16,6 +16,7 @@ ], header_libs: [ + "libbase_headers", "libmediaplayer2_headers", "media_plugin_headers", ],