Merge "Remove special-casing of DCLA libraries"
This commit is contained in:
3
cc/cc.go
3
cc/cc.go
@@ -1997,9 +1997,6 @@ func allEnabledSanitizersSupportedByBazel(ctx android.BaseModuleContext, c *Modu
|
||||
func GetApexConfigKey(ctx android.BaseModuleContext) *android.ApexConfigKey {
|
||||
apexInfo := ctx.Provider(android.ApexInfoProvider).(android.ApexInfo)
|
||||
if !apexInfo.IsForPlatform() {
|
||||
if !ctx.Config().BazelContext.IsModuleDclaAllowed(ctx.Module().Name()) {
|
||||
return nil
|
||||
}
|
||||
apexKey := android.ApexConfigKey{
|
||||
WithinApex: true,
|
||||
ApexSdkVersion: findApexSdkVersion(ctx, apexInfo).String(),
|
||||
|
Reference in New Issue
Block a user