Merge "Remove process parameter from SystemApi" into rvc-dev am: ed2789354a am: a3757ca354

Change-Id: Ie5521ce57176f2aea73bc50d4b5c357707aac317
This commit is contained in:
TreeHugger Robot
2020-05-03 02:12:16 +00:00
committed by Automerger Merge Worker

View File

@@ -101,7 +101,7 @@ droidstubs {
arg_files: [ arg_files: [
"core/res/AndroidManifest.xml", "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, write_sdk_values: true,
} }