summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Mitch Phillips <mitchp@google.com> 2019-11-12 14:03:31 -0800
committer Mitch Phillips <mitchp@google.com> 2019-11-14 11:02:50 -0800
commitf50bddb790424d31c7f475b072b81b98fb802bda (patch)
treedcad74e2daa86a9b7c11a124bd29667d5d8668f1 /java/java_test.go
parented0070d45379e8e1e0b156c774885f62518d91bf (diff)
Prebuilt shared libraries should be collected for fuzz targets.
Currently, prebuilt shared libraries fail the linkable.CcLibrary() check, as the module returned by NewPrebuiltSharedLibrary uses a prebuiltLibraryLinker as the module.linker, rather than a libraryDecorator (which is the check by CcLibrary()). We also need to ensure that we discard LLNDK stubs libraries, so we manually categorise and discard them as well. They unfortunately are are cc.Modules that aren't CcLibraries, as they use a custom linker object as well (stubDecorator). Fixes: 144415986 Test: m fuzz Change-Id: I3b85ef66d1602cb8c035a0a90bddf30674e2eb71
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions