Snap for 12901447 from 113ad64853a65480c38141e2374a1c65e8a535de to simpleperf-release

Change-Id: I0c6591053ecffdb25e586466749c3f860613fa2b
diff --git a/Android.bp b/Android.bp
index d24b58d..404076b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,6 +99,7 @@
         "-E",
         "-Wall",
         "-Werror",
+        "-Wno-unused-command-line-argument",
     ],
     apex_available: [
         "//apex_available:platform",
@@ -139,6 +140,7 @@
         "-E",
         "-Wall",
         "-Werror",
+        "-Wno-unused-command-line-argument",
     ],
     apex_available: [
         "//apex_available:platform",
@@ -210,6 +212,7 @@
         "-S",
         "-O0",
         "-emit-llvm",
+        "-Wno-unused-command-line-argument",
     ],
 
     target: {
@@ -232,6 +235,7 @@
         "-S",
         "-O0",
         "-emit-llvm",
+        "-Wno-unused-command-line-argument",
     ],
 
     target: {
diff --git a/OWNERS b/OWNERS
index 39d7470..f8d4080 100644
--- a/OWNERS
+++ b/OWNERS
@@ -8,3 +8,4 @@
 # Emeritus.
 #[email protected]
 #[email protected]
+include platform/system/core:/janitors/OWNERS #{LAST_RESORT_SUGGESTION}