Merge changes Ia7deed13,I7378a46f
* changes: Add support for Rust C libraries. Add a common interface for cc linkable libraries.
This commit is contained in:
@@ -245,7 +245,7 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
||||
|
||||
// Discard vendor-NDK-linked modules, they're duplicates of fuzz targets
|
||||
// we're going to package anyway.
|
||||
if ccModule.useVndk() || !ccModule.Enabled() {
|
||||
if ccModule.UseVndk() || !ccModule.Enabled() {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user