DescriptionMake apk targets remove .class files before compile
Apk targets will package all .class files in the output directory into
the apk. If a .java file is moved, the corresponding .class files might
still exist in the output directory, leading to incorrect or failed
builds.
This forces all .java files for a target to be rebuilt when that target
is rebuilt, but this is very fast.
See http://crrev.com/10914080 for the same change to jar targets.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157923
Patch Set 1 : #Patch Set 2 : #
Messages
Total messages: 6 (0 generated)
|