diff options
author | Paul Duffin <paulduffin@google.com> | 2021-02-26 14:24:15 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2021-03-01 12:58:28 +0000 |
commit | 3785673f9be9d3e0627d03c067e1b5f14a57a14f (patch) | |
tree | 8967a3a9eb094e3a5a933b1bce9b561132de9530 /java/java_test.go | |
parent | 3985351df63d5ee9ba8b9a73978e746df20fb088 (diff) |
Allow java_sdk_library_import to contribute to hiddenapi processing
Invokes hiddenAPIExtractInformation() on the java_sdk_library_import's
dex implementation jar provided by the deapexer (on behalf of
prebuilt_apex) so that hiddenAPI can extract the information it needs,
if anything, from the dex file.
The dex file provided by deapexer has already had the hiddenapi
information encoded into it so it does not need to do that again.
Usually, it would require a classes implementation jar as well in
order to extract information from UnsupportedAppUsage annotations but
that is not available for a java_sdk_library_import. Fortunately, the
modules that are currently affected by this do not contain any such
annotations. This just uses a public api stubs jar instead.
Bug: 181267622
Test: m nothing
Change-Id: I96275e46f8b7fecba88075319e9f2da5ae315c03
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions