commit | f28329de73e00f5ccb3d71880dd56235362b08df | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Feb 15 11:00:10 2020 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Feb 19 18:59:15 2020 -0800 |
tree | 290cc21f9abb9d918e370b1df7db81cd343d7fc9 | |
parent | eb9b9f23ec9bedd34541af0dce2c848dee59b6ee [diff] [blame] |
Move NDK test modules into cc/testing.go Move the NDK modules defined in app_test.go into cc/testing.go in preparation for using sdk_version: "current" in more tests. Test: all soong tests Change-Id: I80bc31225fb4562fce42781219cefbbd6affae06
diff --git a/sdk/testing.go b/sdk/testing.go index 6102441..ae0620d 100644 --- a/sdk/testing.go +++ b/sdk/testing.go
@@ -53,6 +53,8 @@ "myapex.pk8": nil, } + cc.GatherRequiredFilesForTest(mockFS) + for k, v := range fs { mockFS[k] = v }