Merge changes Ia7deed13,I7378a46f

* changes:
  Add support for Rust C libraries.
  Add a common interface for cc linkable libraries.
This commit is contained in:
Ivan Lozano
2019-10-29 21:47:14 +00:00
committed by Gerrit Code Review
20 changed files with 1021 additions and 346 deletions

View File

@@ -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
}