Commit 010cc4ef authored by Colin Cross's avatar Colin Cross
Browse files

Strip java files from mockito-core-1.10.19.jar

mockito-core-1.10.19.jar is used as a static java library.  The build
system handles static java libraries by unzipping the jar into the
output directory of modules that depend on it.  This jar contains
.java files, which confuses javac into trying to compile them.

Manually remove the java files using:
zip mockito-core-1.10.19.jar -d *.java

Test: m -j ANDROID_COMPILE_WITH_JACK=true checkbuild
Change-Id: Id7a9569ba0efb37be0d53678a7a2e91e117db581
parent 02a8ec84
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment