Merge "Add prepareForSdkTestWithJava"
This commit is contained in:
@@ -21,6 +21,11 @@ import (
|
|||||||
"android/soong/java"
|
"android/soong/java"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var prepareForSdkTestWithJava = android.GroupFixturePreparers(
|
||||||
|
java.PrepareForTestWithJavaBuildComponents,
|
||||||
|
PrepareForTestWithSdkBuildComponents,
|
||||||
|
)
|
||||||
|
|
||||||
func testSdkWithJava(t *testing.T, bp string) *android.TestResult {
|
func testSdkWithJava(t *testing.T, bp string) *android.TestResult {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user