diff options
author | 2020-03-09 20:23:15 +0000 | |
---|---|---|
committer | 2020-03-09 20:23:15 +0000 | |
commit | a81668628e7ccda49291c4b4779b02f4772affe2 (patch) | |
tree | 9234818cbe4c704435f4b490d8bc22a843e31ef9 /sdk/testing.go | |
parent | a8e37b98bba2a8bf61d01b20994ced119a0387be (diff) | |
parent | a04c107bfaf9262daafecc9174bd9e85b79264bd (diff) |
Merge "Add support for multiple os types"
Diffstat (limited to 'sdk/testing.go')
-rw-r--r-- | sdk/testing.go | 2 |
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, |