summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2020-02-12 18:49:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-12 18:49:30 +0000
commit4ea98d30ccafc6dcb1216bf62bde8cb4b03b573e (patch)
tree299daf578b0947e02753f62ca66d70e467c469d1
parent915b1aeb962eb12ca54f836cfb380d72fae6936e (diff)
parent1c93527d1664c577ce96547146730a243f83f762 (diff)
Merge "Deprecate OpenSL ES for Android as of API level 30 (R)"
-rw-r--r--cmds/bootanimation/Android.bp4
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