summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini
Commit message (Collapse)AuthorAgeFilesLines
* Force UTF-8 encoding when compiling our projectsJean-Marie Henaff2015-03-271-0/+2
| | | | Change-Id: Id30857589b0b3ca39aa006d82e488d4d2142fd90
* Remove default bootclasspath in legacy compilers for testsJean-Marie Henaff2015-02-164-0/+120
| | | | | | Classpath is explicitely passed by each test. Change-Id: Id492cd9b515ed489291fb3a6e0a3693704774208
* Make ant task to build junit4 with jack for testsJean-Marie Henaff2015-01-2180-1/+1376
| | | | Change-Id: Ie4f49fb6259e39c8515a71ebbe61c17e3da65abf
* Update core-stubs-mini with API needed by try-with-resourcesJean-Marie Henaff2014-12-012-0/+29
| | | | Change-Id: I66b414bde9d288b605f45e4026d034dbf8c60831
* Always use Jack to compile core stub miniYohann Roussel2014-11-241-0/+1
| | | | Change-Id: I7fb9edf6692c36200b18f0545172f55c99cbe674
* Adapt to lmp changesYohann Roussel2014-10-231-6/+0
| | | | | | | | | | | | | Build has changed, Libcore targets were renamed. This allows to build the images or to mm in toolchain/jack but not to run test-jack. Conflicts: junit4/Android.mk Change-Id: Idcf3076569c2712560d59165d664b9c9a4e15a1b
* Fix core-stubs-mini lib makefileJean-Marie Henaff2014-06-231-1/+2
| | | | | | | Target LOCAL_BUILD_MODULE is overriden so the cp rule was missing. Change-Id: I5a482595c945752a9d6f20ca55baf5c3dca32dab
* Fix bug with dependency of Jack on core-stubs-miniJean-Marie Henaff2014-06-191-3/+7
| | | | | | mm test-jack cas broken because the dependency was not done. Change-Id: I123ea3718c4132091037d04996a5cbdc16b64aea
* Remove need to use Ant to run jack tests in a source tree.Jean-Marie Henaff2014-06-181-0/+28
| | | | Change-Id: I2bdad4ba1247e72c2a9a66adbecee8ed5aa70ff4
* Add small core stub lib for tests.Jean-Marie Henaff2014-06-05190-0/+13549
- import sources - compile them with ant script to create lib - export it to jack project - use it tests via TestTools Change-Id: I5cd819728937bab039cf23114f22e43288e84eec