Merge "Allow other module types in androidx"
am: 6edff69513
Change-Id: I225050ef2c10850eee20820d4602399f5402557b
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user