summaryrefslogtreecommitdiff
path: root/cc/testing.go
diff options
context:
space:
mode:
author Inseob Kim <inseob@google.com> 2020-06-05 04:02:35 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-05 04:02:35 +0000
commit2743c1def6c91f77cb52cc96f18ef0c771b15ad4 (patch)
tree8028b960d206a954632fd983d72be0afee35f96d /cc/testing.go
parent30167e8003991a2afc4f4b69864dddb0f9007211 (diff)
parent470b4cf826173cbc1328b79706777d6b524737ff (diff)
Merge changes I059e639b,I4ebe1da8,Idf4fd37a,Id90082b5 into rvc-dev
* changes: Do not disable llndk libraries Create only one vendor variant depending on path Implement cc_object vendor snapshot Refine logic choosing vendor snapshot modules
Diffstat (limited to 'cc/testing.go')
-rw-r--r--cc/testing.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/testing.go b/cc/testing.go
index 611992070..d92309f3d 100644
--- a/cc/testing.go
+++ b/cc/testing.go
@@ -457,6 +457,7 @@ func TestConfig(buildDir string, os android.OsType, env map[string]string,
"my_include": nil,
"foo.map.txt": nil,
"liba.so": nil,
+ "libb.a": nil,
}
GatherRequiredFilesForTest(mockFS)