Modify CreateInfo to support glob in excludes
First attempt broke compilation of the OpenJDK 9 -target 1.9 based build because the .jar contained a class in java.lang. In this second attempt, the class has been moved to another package to avoid the breakage. Test: USE_R8=true EXPERIMENTAL_USE_OPENJDK9=true make checkbuild docs Change-Id: I7b2273d1c50c31174c4a819ec3e50d40be12446c
Loading
Please sign in to comment