commit | 3bcdfe8bbb41b3c8bf6fb501f65ce871f047e1c3 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Sun Mar 21 11:07:03 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sun Mar 21 11:07:03 2021 +0000 |
tree | 6129a799b6fc050ef863c92c5cf70c40139e36ad | |
parent | d5deba11267cdc6fd080656e214bf52f9cf1bfc8 [diff] | |
parent | d14cbc1e698d328e53200114a13e220d16e27a5d [diff] |
Merge "Add prepareForSdkTestWithJava"
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index f4e9380..2be3c9c 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go
@@ -21,6 +21,11 @@ "android/soong/java" ) +var prepareForSdkTestWithJava = android.GroupFixturePreparers( + java.PrepareForTestWithJavaBuildComponents, + PrepareForTestWithSdkBuildComponents, +) + func testSdkWithJava(t *testing.T, bp string) *android.TestResult { t.Helper()