summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LoopbackApp/app/src/main/cpp/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/LoopbackApp/app/src/main/cpp/Android.bp b/LoopbackApp/app/src/main/cpp/Android.bp
index 3d78846..eba8a39 100644
--- a/LoopbackApp/app/src/main/cpp/Android.bp
+++ b/LoopbackApp/app/src/main/cpp/Android.bp
@@ -27,6 +27,9 @@ cc_library_shared {
],
//LOCAL_LDFLAGS += -Wl,--hash-style=sysv
//LOCAL_CFLAGS := -DSTDC_HEADERS
+ cflags: [
+ "-Wno-deprecated-declarations",
+ ],
cppflags: [
"-fexceptions",
],