From 92514d5b71ab01f4c3ba3882b3acbee768c03671 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Sat, 2 May 2020 22:05:50 +0900 Subject: [PATCH] Remove process parameter from SystemApi SystemApi no longer has the process parameter. Fixing the last remaining place where the parameter was still used. Bug: 155531519 Test: m Change-Id: I4b1395b3a6e17ff8ce634059f8787c1b6392b1b9 --- ApiDocs.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiDocs.bp b/ApiDocs.bp index fbc5c9dc817de..edbd1ae79c482 100644 --- a/ApiDocs.bp +++ b/ApiDocs.bp @@ -101,7 +101,7 @@ droidstubs { arg_files: [ "core/res/AndroidManifest.xml", ], - args: metalava_framework_docs_args + " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS,process=android.annotation.SystemApi.Process.ALL\\) ", + args: metalava_framework_docs_args + " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ", write_sdk_values: true, }