From cf1f411f8cdaedc921564e087b36579bd9d80f25 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Tue, 4 Feb 2020 10:53:24 -0800 Subject: Deprecate OpenSL ES for Android as of API level 30 (R) Bug: 134958169 Test: try with an NDK r21 canary for both R and earlier, and a pre-21 NDK Change-Id: Ie0a317debd07230d344218c5874f3060dc3ab85f --- android/WALT/app/src/main/jni/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'android') diff --git a/android/WALT/app/src/main/jni/Android.bp b/android/WALT/app/src/main/jni/Android.bp index a789f4b..cbbaa82 100644 --- a/android/WALT/app/src/main/jni/Android.bp +++ b/android/WALT/app/src/main/jni/Android.bp @@ -25,6 +25,7 @@ cc_library_shared { "-g", "-DUSE_LIBLOG", "-Werror", + "-Wno-deprecated-declarations", ], shared_libs: [ -- cgit v1.2.3