- 16 Apr, 2014 1 commit
-
-
Andreas Gampe authored
In single-zygote 64b builds we should build dex2oat as 64b to avoid installd issues Change-Id: I5f281d90fbd44abbca4182e39162b184be9f1b35
-
- 02 Apr, 2014 1 commit
-
-
Colin Cross authored
64-bit dex2oat doesn't support 32-bit targets yet, force dex2oat target executables to compile 32-bit for now by passing in a value for LOCAL_MULTILIB to build-art-executable. Bug: 13764385 Change-Id: I41adba1e64f373e4b61a3c13af2592ed4f7d0b57
-
- 31 Jan, 2014 1 commit
-
-
Stuart Monteith authored
ART_BUILD_DEBUG is being ignored by the host build of dex2oatd. This commit simple fixes what looks like a copy & paste error. Change-Id: Ifb256df2c1f2be42032d1687e1740470f7cf5144 Signed-off-by:
Stuart Monteith <Stuart.Monteith@arm.com>
-
- 13 Aug, 2013 1 commit
-
-
Hiroshi Yamauchi authored
- Now several ART executables like oatdump need to link with libcutils as the mutex code is shared among them. - The blocking thread ID and lock owner thread ID are passed to ScopedContentionRecorder in the correct order. Bug: 9986464 Change-Id: Id766de23fbc4af1d8ba2de051595e365b04f5ae7
-
- 23 Jul, 2013 1 commit
-
-
Brian Carlstrom authored
Change-Id: I8fc04258360d663d2fcd07c307fdfdd2981cdd19
-
- 13 Jul, 2013 1 commit
-
-
Brian Carlstrom authored
The runtime, compiler, dex2oat, and oatdump now are in seperate trees to prevent dependency creep. They can now be individually built without rebuilding the rest of the art projects. dalvikvm and jdwpspy were already this way. Builds in the art directory should behave as before, building everything including tests. Change-Id: Ic6b1151e5ed0f823c3dd301afd2b13eb2d8feb81
-