diff options
author | Glenn Kasten <gkasten@google.com> | 2020-02-12 18:49:30 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-12 18:49:30 +0000 |
commit | 4ea98d30ccafc6dcb1216bf62bde8cb4b03b573e (patch) | |
tree | 299daf578b0947e02753f62ca66d70e467c469d1 | |
parent | 915b1aeb962eb12ca54f836cfb380d72fae6936e (diff) | |
parent | 1c93527d1664c577ce96547146730a243f83f762 (diff) |
Merge "Deprecate OpenSL ES for Android as of API level 30 (R)"
-rw-r--r-- | cmds/bootanimation/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/bootanimation/Android.bp b/cmds/bootanimation/Android.bp index 3e5877b05708..befb67bcf26a 100644 --- a/cmds/bootanimation/Android.bp +++ b/cmds/bootanimation/Android.bp @@ -41,6 +41,10 @@ cc_binary { ], init_rc: ["bootanim.rc"], + + cflags: [ + "-Wno-deprecated-declarations", + ], } // libbootanimation |