Introduce platform specific assembly builds from refasm branch. These are not yet deployed, but are used to generate per-platform JNI headers for the native libraries. They increase the build time, immensely, but we are going to have to eat that eventually.
openjdk.props file now supports RuntimeIdentifier metadata. If '', file is included in all builds. If set to 'ref' file is included only in 'reference assembly' build (which is still our impl assembly for now). If linux, win, osx, etc.
Introduce platform specific assembly builds from refasm branch. These are not yet deployed, but are used to generate per-platform JNI headers for the native libraries. They increase the build time, immensely, but we are going to have to eat that eventually.
openjdk.props file now supports RuntimeIdentifier metadata. If '', file is included in all builds. If set to 'ref' file is included only in 'reference assembly' build (which is still our impl assembly for now). If linux, win, osx, etc.