From 4a2a29ce6a6cf558292874ec9e8714df3918b25b Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Tue, 9 Mar 2021 22:27:13 +0000 Subject: Support test fixtures in sdk package Bug: 181070625 Test: m nothing Change-Id: Ifc96992e54c1b1d89a82b88ab27e555ae267a51e --- sdk/java_sdk_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sdk/java_sdk_test.go') diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go index ef8e4a00d..40f276919 100644 --- a/sdk/java_sdk_test.go +++ b/sdk/java_sdk_test.go @@ -17,10 +17,11 @@ package sdk import ( "testing" + "android/soong/android" "android/soong/java" ) -func testSdkWithJava(t *testing.T, bp string) *testSdkResult { +func testSdkWithJava(t *testing.T, bp string) *android.TestResult { t.Helper() fs := map[string][]byte{ -- cgit v1.2.3-59-g8ed1b