Merge changes I4e7a7ac5,I0c73361b
* changes: Record the actual APEXes that a module is part of. Rename InApexes -> InApexVariants
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -2833,7 +2833,7 @@ func (c *Module) depsToPaths(ctx android.ModuleContext) PathDeps {
|
||||
// Add the dependency to the APEX(es) providing the library so that
|
||||
// m <module> can trigger building the APEXes as well.
|
||||
depApexInfo := ctx.OtherModuleProvider(dep, android.ApexInfoProvider).(android.ApexInfo)
|
||||
for _, an := range depApexInfo.InApexes {
|
||||
for _, an := range depApexInfo.InApexVariants {
|
||||
c.Properties.ApexesProvidingSharedLibs = append(
|
||||
c.Properties.ApexesProvidingSharedLibs, an)
|
||||
}
|
||||
|
Reference in New Issue
Block a user