diff options
| author | 2021-05-05 13:36:34 +0000 | |
|---|---|---|
| committer | 2021-05-05 13:36:34 +0000 | |
| commit | 481ba3e20aec138ca19397c1bacdbbfd1ae65465 (patch) | |
| tree | abc6267dc98de4f1f0c5e6d733d7212e47996172 | |
| parent | 0efa9c5f256f4595e29e0c39413789525f6c4aeb (diff) | |
| parent | c02168f5d1d393d6bfe6611109a64db5267964e2 (diff) | |
Merge "Remove --ignore-classes-on-classpath argument" am: c02168f5d1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1697265
Change-Id: Iddb39d3a5db3a29a70a58114dc58aba75c4ede11
| -rw-r--r-- | ApiDocs.bp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ApiDocs.bp b/ApiDocs.bp index d3bef7f9046b..5cbc78c8c594 100644 --- a/ApiDocs.bp +++ b/ApiDocs.bp @@ -99,9 +99,7 @@ droidstubs { arg_files: [ "core/res/AndroidManifest.xml", ], - args: metalava_framework_docs_args + - // Needed for hidden libcore annotations for now. - " --ignore-classes-on-classpath ", + args: metalava_framework_docs_args, write_sdk_values: true, } @@ -112,8 +110,6 @@ droidstubs { "core/res/AndroidManifest.xml", ], args: metalava_framework_docs_args + - // Needed for hidden libcore annotations for now. - " --ignore-classes-on-classpath " + " --show-annotation android.annotation.SystemApi\\(client=android.annotation.SystemApi.Client.PRIVILEGED_APPS\\) ", write_sdk_values: true, } |