summaryrefslogtreecommitdiff
path: root/sdk/testing.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-03-09 20:23:15 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-03-09 20:23:15 +0000
commita81668628e7ccda49291c4b4779b02f4772affe2 (patch)
tree9234818cbe4c704435f4b490d8bc22a843e31ef9 /sdk/testing.go
parenta8e37b98bba2a8bf61d01b20994ced119a0387be (diff)
parenta04c107bfaf9262daafecc9174bd9e85b79264bd (diff)
Merge "Add support for multiple os types"
Diffstat (limited to 'sdk/testing.go')
-rw-r--r--sdk/testing.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk/testing.go b/sdk/testing.go
index 41333cdc8..464c3ca9a 100644
--- a/sdk/testing.go
+++ b/sdk/testing.go
@@ -40,7 +40,7 @@ func testSdkContext(bp string, fs map[string][]byte) (*android.TestContext, andr
name: "myapex.cert",
certificate: "myapex",
}
- ` + cc.GatherRequiredDepsForTest(android.Android)
+ ` + cc.GatherRequiredDepsForTest(android.Android, android.Windows)
mockFS := map[string][]byte{
"build/make/target/product/security": nil,