Merge "Remove android/apex_test.go use of buildDir" am: 81e7e2b9a3

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1640329

Change-Id: I13d38fe6a8f73f79a60fec8f33b5a48057ba9300
This commit is contained in:
Paul Duffin
2021-03-18 08:56:05 +00:00
committed by Automerger Merge Worker

View File

@@ -121,7 +121,7 @@ func Test_mergeApexVariations(t *testing.T) {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
config := TestConfig(buildDir, nil, "", nil)
config := TestConfig(t.TempDir(), nil, "", nil)
ctx := &configErrorWrapper{config: config}
gotMerged, gotAliases := mergeApexVariations(ctx, tt.in)
if !reflect.DeepEqual(gotMerged, tt.wantMerged) {