diff options
author | Jiyong Park <jiyong@google.com> | 2020-05-02 22:05:50 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-05-03 10:38:21 +0900 |
commit | 022553332d9e2a9dc6a7907adfc80b463ba8e2e9 (patch) | |
tree | ac0d33763a9bc51921ef57690aa3b98621a8117b /ApiDocs.bp | |
parent | 1e4b31dd5dbbc3ef24155e8076edbfd80156f820 (diff) |
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
Merged-In: I4b1395b3a6e17ff8ce634059f8787c1b6392b1b9
(cherry picked from commit 92514d5b71ab01f4c3ba3882b3acbee768c03671)
Change-Id: I4b1395b3a6e17ff8ce634059f8787c1b6392b1b9
Diffstat (limited to 'ApiDocs.bp')
-rw-r--r-- | ApiDocs.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ApiDocs.bp b/ApiDocs.bp index bd4a32bfab7a..33d3d47ca946 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, } |