From d14cbc1e698d328e53200114a13e220d16e27a5d Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 18 Mar 2021 09:14:23 +0000 Subject: Add prepareForSdkTestWithJava Bug: 182638834 Test: m nothing Change-Id: I86cb08a640c7e39c1eaaf54926699f32a32ccc9b --- sdk/java_sdk_test.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sdk/java_sdk_test.go') diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index f4e9380dd..2be3c9ca2 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -21,6 +21,11 @@ import ( "android/soong/java" ) +var prepareForSdkTestWithJava = android.GroupFixturePreparers( + java.PrepareForTestWithJavaBuildComponents, + PrepareForTestWithSdkBuildComponents, +) + func testSdkWithJava(t *testing.T, bp string) *android.TestResult { t.Helper() -- cgit v1.2.3-59-g8ed1b