Remove buildDir from cc package

Bug: 182885307
Test: m nothing
Change-Id: I964af3cb9a3e7a1dfbd9d5176a702591f6b19f16
This commit is contained in:
Paul Duffin
2021-03-22 23:21:32 +00:00
parent 2e6f90e0d0
commit c3e6ce04d9
4 changed files with 35 additions and 57 deletions

View File

@@ -52,7 +52,7 @@ func TestArchGenruleCmd(t *testing.T) {
},
}
`
config := android.TestArchConfig(buildDir, nil, bp, fs)
config := android.TestArchConfig(t.TempDir(), nil, bp, fs)
ctx := testGenruleContext(config)