commit | c3e6ce04d96ca7a566c4fa5376c7c691b0b73c78 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Mar 22 23:21:32 2021 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Tue Mar 30 23:44:43 2021 +0100 |
tree | 9cc2d07d962a4062768dc7272f0db7fd2f3901f4 | |
parent | 2e6f90e0d0ea43e15a29669e6c94be381cc7431c [diff] [blame] |
Remove buildDir from cc package Bug: 182885307 Test: m nothing Change-Id: I964af3cb9a3e7a1dfbd9d5176a702591f6b19f16
diff --git a/cc/genrule_test.go b/cc/genrule_test.go index fa0c6f2..45b343b 100644 --- a/cc/genrule_test.go +++ b/cc/genrule_test.go
@@ -52,7 +52,7 @@ }, } ` - config := android.TestArchConfig(buildDir, nil, bp, fs) + config := android.TestArchConfig(t.TempDir(), nil, bp, fs) ctx := testGenruleContext(config)