diff options
Diffstat (limited to 'apex/apex.go')
-rw-r--r-- | apex/apex.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apex/apex.go b/apex/apex.go index fb0d73068..2848ddcd6 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -995,17 +995,12 @@ func (a *apexBundle) ApexInfoMutator(mctx android.TopDownMutatorContext) { } a.properties.ApexVariationName = apexVariationName - testApexes := []string{} - if a.testApex { - testApexes = []string{apexVariationName} - } apexInfo := android.ApexInfo{ ApexVariationName: apexVariationName, MinSdkVersion: minSdkVersion, Updatable: a.Updatable(), UsePlatformApis: a.UsePlatformApis(), InApexVariants: []string{apexVariationName}, - TestApexes: testApexes, BaseApexName: mctx.ModuleName(), ApexAvailableName: proptools.String(a.properties.Apex_available_name), } |