Snap for 6203617 from d75961c2b57446c5201e64707bd8146fc925e566 to rvc-release

Change-Id: I5a4bef5d35f94405720bef024cf17fccd7588bf3
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 @@
     ],
     //LOCAL_LDFLAGS += -Wl,--hash-style=sysv
     //LOCAL_CFLAGS := -DSTDC_HEADERS
+    cflags: [
+        "-Wno-deprecated-declarations",
+    ],
     cppflags: [
         "-fexceptions",
     ],
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..ac51e8c
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+# Default code reviewers picked from top 3 or more developers.
+# Please update this list if you find better candidates.
+gkasten@google.com