summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Expand)AuthorAgeFilesLines
* ART: Use TMPDIR for test directoriesAndreas Gampe2014-08-061-0/+5
* Revert "Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY."Brian Carlstrom2014-08-061-1/+1
* Make system use patchoat to relocate during runtime.Alex Light2014-08-051-1/+2
* Move from dalvik.vm.image-dex2oat-flags to dalvik.vm.dex2oat-filter [art]Brian Carlstrom2014-07-301-12/+12
* ART: Make run tests out of oat testsAndreas Gampe2014-07-231-37/+24
* Rules depend on DEX2OATD, not DEX2OATD_DEPENDENCY.Nicolas Geoffray2014-07-231-1/+1
* Runtime can now be set to require relocationAlex Light2014-07-221-1/+1
* art: fix host dex2oat runtime argsColin Cross2014-07-091-1/+1
* Make dex2oat heap size product configurable [art]Brian Carlstrom2014-07-081-1/+1
* Add patchoat tool to Art.Alex Light2014-07-071-3/+4
* Add make rule to debug interpreter-only modeSebastien Hertz2014-07-041-0/+10
* Fix build-art-target and build-art-host rules.Nicolas Geoffray2014-07-021-2/+2
* Fix art-host rule and art script after build changes.Nicolas Geoffray2014-07-021-1/+1
* ART: Add arch-specific directories to host-oat-cleaning ruleAndreas Gampe2014-07-011-3/+4
* The host build has changed from lib32/lib to lib/lib64.Nicolas Geoffray2014-07-011-1/+1
* We can no longer use "adb shell sh -c ..." internallyBrian Carlstrom2014-06-301-1/+0
* Add the dalvikvm symlink to the art-host rule.Nicolas Geoffray2014-06-281-2/+2
* Fix use-art-*.Hiroshi Yamauchi2014-06-271-5/+5
* Fix test-art-target errorBrian Carlstrom2014-06-251-2/+6
* Multilib ART host.Ian Rogers2014-06-241-269/+175
* Add missing parens to Makefile rule.Nicolas Geoffray2014-06-181-1/+1
* Build rules for running run-test with optimizing compiler.Nicolas Geoffray2014-06-161-2/+26
* Use HOST_LIBRARY_PATH to access host shared libraries.Ying Wang2014-06-101-2/+2
* Make use of sigchainlib for signal chaining for implicit checksDave Allison2014-05-291-0/+2
* Move to dalvik.vm.lib.2 to force default to libartBrian Carlstrom2014-05-281-8/+8
* Add TARGET_2ND_ARCH support for dump-oat-bootBrian Carlstrom2014-05-251-4/+16
* Update dump-oat-* and oatdump for new image file layoutBrian Carlstrom2014-05-221-3/+3
* ART: Fix libjavacore dependencyAndreas Gampe2014-05-211-0/+3
* Merge "Add DALVIKVM_FLAGS to test invocation."Mathieu Chartier2014-05-201-3/+3
|\
| * Add DALVIKVM_FLAGS to test invocation.Mathieu Chartier2014-05-201-3/+3
* | Merge "Add use-artd-full."Hiroshi Yamauchi2014-05-201-0/+10
|\ \
| * | Add use-artd-full.Hiroshi Yamauchi2014-05-191-0/+10
| |/
* | Fix art-host build rule.Nicolas Geoffray2014-05-201-1/+1
* | Remove cleaning obsolete 2ND_ART_NATIVETEST_DIR and 2ND_ART_TEST_DIR directoriesBrian Carlstrom2014-05-191-4/+0
* | Updating clean-oat againBrian Carlstrom2014-05-191-29/+22
|/
* Merge "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-3/+2
|\
| * Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-3/+2
* | Make vixl tests a dependency in the vixl makefile.Ian Rogers2014-05-181-9/+8
|/
* 64-bit host multilib build.Ying Wang2014-05-161-1/+1
* ART: Run cctest_vixl in test-art-hostAndreas Gampe2014-05-131-1/+14
* More dalvik-cache cleaning fixes.Brian Carlstrom2014-05-091-12/+4
* art/test: support sequential runDmitry Petrochenko2014-05-021-1/+1
* Update clean-oat targets to handle ISA directoriesBrian Carlstrom2014-05-011-18/+21
* ART: GTest target tests missing "PASSED"Andreas Gampe2014-04-211-0/+1
* Merge "Fix dependencies in the test suite for multi-target tests"Andreas Gampe2014-04-211-19/+56
|\
| * Fix dependencies in the test suite for multi-target testsAndreas Gampe2014-04-211-19/+56
* | Get instruction-set/features from build/core/config.mkIan Rogers2014-04-181-1/+6
|/
* Add support for -Xverify:none mode.Jeff Hao2014-04-021-0/+12
* Use debug version of DEX2OAT explicitly.Nicolas Geoffray2014-04-021-2/+2
* Use TEST_ART_RUN_TESTS consistentlyBrian Carlstrom2014-04-011-2/+2