Merge "Allow other module types in androidx"

am: 6edff69513

Change-Id: I225050ef2c10850eee20820d4602399f5402557b
This commit is contained in:
Tony Mak
2019-07-22 14:36:55 -07:00
committed by android-build-merger
2 changed files with 35 additions and 4 deletions

View File

@@ -52,8 +52,6 @@ func supportLibrariesMakeVarsProvider(ctx android.MakeVarsContext) {
supportAars = append(supportAars, name)
case *Library, *Import:
supportJars = append(supportJars, name)
default:
ctx.ModuleErrorf(module, "unknown module type %t", module)
}
})