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