Use soong_javac_wrapper in soong javac compiles

Test: m checkbuild
Change-Id: I0f9ff0a719ac550a011c2878fc51595dc3427aed
This commit is contained in:
Colin Cross
2017-10-17 13:56:52 -07:00
parent fa86d794b0
commit a482065454
4 changed files with 20 additions and 10 deletions

View File

@@ -56,4 +56,6 @@ func makeVarsProvider(ctx android.MakeVarsContext) {
ctx.Strict("JLINK", "${JlinkCmd}")
ctx.Strict("JMOD", "${JmodCmd}")
}
ctx.Strict("SOONG_JAVAC_WRAPPER", "${SoongJavacWrapper}")
}