Remove buildDir from cc package
Bug: 182885307 Test: m nothing Change-Id: I964af3cb9a3e7a1dfbd9d5176a702591f6b19f16
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user