aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/jars-to-module-info-java.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add license headers to all go and shell filesColin Cross2017-11-171-0/+14
| | | | | Test: none Change-Id: I75c443e05f2b1e17fcb6823182717d2e6f5df7c4
* Initial support for converting jars to java9 system modulesColin Cross2017-10-161-0/+20
Adds a java_system_modules module type that (when EXPERIMENTAL_USE_OPENJDK9 is set to true) converts a list of java library modules and prebuilt jars into system modules, and plumbs the system modules through to the javac command line. Also exports the location of the system modules to make variables, as well as the name of the default system module. Test: TestClasspath in java_test.go, runs automatically as part of the build Bug: 63986449 Change-Id: I27bd5d2010092422a27b69c91568e49010e02f40