Merge "Add prepareForSdkTestWithJava" am: 3bcdfe8bbb
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1645678 Change-Id: I93a85f38f48a55589ce20470e66ce5e3da8ea9d3
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