diff options
| -rw-r--r-- | api/Android.bp | 4 | ||||
| -rw-r--r-- | services/tests/wmtests/OWNERS | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/api/Android.bp b/api/Android.bp index f40f0c990f72..6aef5fff7c7d 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -60,14 +60,14 @@ python_test_host { metalava_cmd = "$(location metalava)" // Silence reflection warnings. See b/168689341 metalava_cmd += " -J--add-opens=java.base/java.util=ALL-UNNAMED " -metalava_cmd += " --quiet --no-banner --format=v2 " +metalava_cmd += " --quiet " genrule { name: "current-api-xml", tools: ["metalava"], srcs: [":frameworks-base-api-current.txt"], out: ["current.api"], - cmd: metalava_cmd + "-convert2xmlnostrip $(in) $(out)", + cmd: metalava_cmd + "signature-to-jdiff $(in) $(out)", visibility: ["//visibility:public"], } diff --git a/services/tests/wmtests/OWNERS b/services/tests/wmtests/OWNERS index 7a128fc60428..cece37f7dcd2 100644 --- a/services/tests/wmtests/OWNERS +++ b/services/tests/wmtests/OWNERS @@ -1,3 +1,4 @@ +# Bug template url: https://b.corp.google.com/issues/new?component=316125&template=1018199 include /services/core/java/com/android/server/wm/OWNERS # Voice Interaction |