Snap for 5234541 from ffc5a8a112667ac2e8e9194d603fc8b77e3fa7c8 to sdk-release

Change-Id: I60d25011d136d8ceb00212e3b9da718baff9b329
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..33f4446
--- /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.
+include platform/frameworks/rs:/OWNERS
diff --git a/lib/SPIRV/Android.bp b/lib/SPIRV/Android.bp
index 846b430..959074a 100644
--- a/lib/SPIRV/Android.bp
+++ b/lib/SPIRV/Android.bp
@@ -87,10 +87,13 @@
         "-Werror",
         "-Wno-unused-parameter",
     ],
+    cpp_std: "gnu++11",
 
     clang_cflags: [
         // Temporarily suppress the warnings http://b/37867503
         "-Wno-error=user-defined-warnings",
+        // SPIRVReader.cpp:1485 implicit fallthrough
+        "-Wno-implicit-fallthrough",
     ],
 
     product_variables: {
diff --git a/tools/llvm-spirv/Android.bp b/tools/llvm-spirv/Android.bp
index 2ad2c93..0f36d5d 100644
--- a/tools/llvm-spirv/Android.bp
+++ b/tools/llvm-spirv/Android.bp
@@ -53,6 +53,7 @@
         "-Werror",
         "-Wno-unused-parameter",
     ],
+    cpp_std: "gnu++11",
 
     product_variables: {
         unbundled_build: {