summaryrefslogtreecommitdiff
path: root/cc/cc_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cc/cc_test.go')
-rw-r--r--cc/cc_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/cc_test.go b/cc/cc_test.go
index 205c71fa8..ab4ef6cff 100644
--- a/cc/cc_test.go
+++ b/cc/cc_test.go
@@ -54,6 +54,10 @@ func TestMain(m *testing.M) {
var ccFixtureFactory = android.NewFixtureFactory(
&buildDir,
+ prepareForCcTest,
+)
+
+var prepareForCcTest = android.GroupFixturePreparers(
PrepareForTestWithCcIncludeVndk,
android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
variables.DeviceVndkVersion = StringPtr("current")