Output shared dependendencies of JNI libs for Java fuzzers
Test: m example_java_jni_fuzzer Bug: 252846698 Change-Id: Ib583de335482350bfe293f9c3d021a595edd4f44
This commit is contained in:
@@ -91,7 +91,7 @@ func (fuzzer *fuzzDecorator) compile(ctx ModuleContext, flags Flags, deps PathDe
|
||||
out := fuzzer.binaryDecorator.compile(ctx, flags, deps)
|
||||
|
||||
// Grab the list of required shared libraries.
|
||||
fuzzer.sharedLibraries = cc.CollectAllSharedDependencies(ctx)
|
||||
fuzzer.sharedLibraries, _ = cc.CollectAllSharedDependencies(ctx)
|
||||
|
||||
return out
|
||||
}
|
||||
|
Reference in New Issue
Block a user