summaryrefslogtreecommitdiffstats
path: root/jack-tests/tests/com/android/jack/opcodes/iput/jm/TSuper.java
Commit message (Collapse)AuthorAgeFilesLines
* Speed up Ant scriptJean-Marie Hénaff2015-03-161-0/+27
| | | | | | | This reverts commit be49dc7d7d939391a5646a174df8eebe77b31fef, but also fixes a bug that made jack tests fail which is why it had been reverted. Change-Id: Iee6e3b05549c3f603558910eb45149eb88333f0a
* Revert "Speed up Ant script"Benoit Lamarche2015-03-121-27/+0
| | | | This reverts commit 6f4d464b8728997b9e7052ac8ed169272859b229.
* Speed up Ant scriptJean-Marie Henaff2015-03-121-0/+27
Avoid useless recompilation Use <uptodate> to check if something must be done Use <dependset> to ensure that a renamed type won't have its old class file packaged into the final jar file by wiping out all the output direcftory content if a change has been made. Change-Id: I54322309d7a40ecff3c45422fb3e96cccd8d0192