Support test fixtures in sdk package

Bug: 181070625
Test: m nothing
Change-Id: Ifc96992e54c1b1d89a82b88ab27e555ae267a51e
This commit is contained in:
Paul Duffin
2021-03-09 22:27:13 +00:00
parent 37aad60507
commit 4a2a29ce6a
3 changed files with 45 additions and 124 deletions

View File

@@ -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{