Tentatively trying to fix dx for running on java9 on windows
Bug: 126504777
Bug: 124643718
Change-Id: I835cdf1c1b1304be6e3864db1c52ee97c886a4ad
diff --git a/tools/windows/README.dx b/tools/windows/README.dx
index 4d93487..c9f4c54 100644
--- a/tools/windows/README.dx
+++ b/tools/windows/README.dx
@@ -4,6 +4,8 @@
is removed and replaced by a direct reference to it.
This is done because this relies on a tool found in the SDK and not present in the
current package.
+Also, the deprecated java.ext.dirs argument has been removed.
+
Diff:
26,29c26,29
@@ -19,7 +21,7 @@
87c87
< call "%java_exe%" %javaOpts% -Djava.ext.dirs="%frameworkdir%" -jar "%jarpath%" %params%
---
-> call java %javaOpts% -Djava.ext.dirs="%frameworkdir%" -jar "%jarpath%" %params%
+> call java %javaOpts% -jar "%jarpath%" %params%
dexmerger.bat has been copied from dx.bat, and the command line has been updated
according to the SDK dexmerger bash script to call the right class.
\ No newline at end of file