diff options
| author | 2021-03-12 08:01:31 +0000 | |
|---|---|---|
| committer | 2021-03-12 08:01:31 +0000 | |
| commit | c10ee77ea6e587c77d21bc16e85cba345e5601b5 (patch) | |
| tree | 346612dd7cd4b32a43bbbd5b1bfde28d1842daab /sdk/java_sdk_test.go | |
| parent | c7cdd1513c8cb0b880e20d693372fbbc07442294 (diff) | |
| parent | 4a2a29ce6a6cf558292874ec9e8714df3918b25b (diff) | |
Merge changes Ifc96992e,Ic76523ba
* changes:
Support test fixtures in sdk package
Add apexFixtureFactory to apex package
Diffstat (limited to 'sdk/java_sdk_test.go')
| -rw-r--r-- | sdk/java_sdk_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
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{ |