Integrate Metalava to Soong Build

Test: Manually checked-in prebuilt metalava.jar to my local src tree and
      compare the doclava based api file and metalava based api file.
Bug: b/78245848

Change-Id: Ib434f1e15403a78a0ccf89d9aacb70a6f8b05b2b
This commit is contained in:
Nan Zhang
2018-04-19 18:03:39 -07:00
parent 6a350878d8
commit 79614d1c14
2 changed files with 221 additions and 91 deletions

View File

@@ -121,6 +121,7 @@ func init() {
pctx.HostJavaToolVariable("DesugarJar", "desugar.jar")
pctx.HostJavaToolVariable("JsilverJar", "jsilver.jar")
pctx.HostJavaToolVariable("DoclavaJar", "doclava.jar")
pctx.HostJavaToolVariable("MetalavaJar", "metalava.jar")
pctx.HostBinToolVariable("SoongJavacWrapper", "soong_javac_wrapper")