summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2020-08-27 10:16:25 -0700
committerXin Li <delphij@google.com>2020-08-27 10:16:25 -0700
commit173ce2b8116cee8e496e85e5a51595f9895c2db8 (patch)
tree0cc021aea3a1e3b8bc40faa7e2b9bd94e7d499a5
parentf1a513d32bbdeaa358991f95a157de9c0a14afe8 (diff)
parent46e5018de408be7222b125250120e26a591016db (diff)
downloaddrrickorang-173ce2b8116cee8e496e85e5a51595f9895c2db8.tar.gz
Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)temp_sam_168057903
Bug: 166295507 Merged-In: I76748c4e045123f3d7156550e9c75478aeb0d651 Change-Id: Idb5917901dd699dbdc62064c113543cabd873ed1
-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