summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-09-08 16:54:26 -0700
committerXin Li <delphij@google.com>2020-09-08 16:54:26 -0700
commit337e97fb2c00b2124b941a017f92230578931d66 (patch)
tree0cc021aea3a1e3b8bc40faa7e2b9bd94e7d499a5
parentf1a513d32bbdeaa358991f95a157de9c0a14afe8 (diff)
parent173ce2b8116cee8e496e85e5a51595f9895c2db8 (diff)
downloaddrrickorang-337e97fb2c00b2124b941a017f92230578931d66.tar.gz
Merge Android R
Bug: 168057903 Merged-In: Idb5917901dd699dbdc62064c113543cabd873ed1 Change-Id: Ie37294bd2ca1ed40a48ecde24a3515d1d75f5032
-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