summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LoopbackApp/app/src/main/cpp/Android.bp3
-rw-r--r--OWNERS3
2 files changed, 6 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",
],
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