1. 16 Apr, 2014 1 commit
  2. 02 Apr, 2014 1 commit
    • Colin Cross's avatar
      force dex2oat target executables to be compiled for 32-bit · d7475432
      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
      d7475432
  3. 31 Jan, 2014 1 commit
  4. 13 Aug, 2013 1 commit
    • Hiroshi Yamauchi's avatar
      Add a systrace support for lock contention logging. · b3733086
      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
      b3733086
  5. 23 Jul, 2013 1 commit
  6. 13 Jul, 2013 1 commit
    • Brian Carlstrom's avatar
      Create separate Android.mk for main build targets · 7940e44f
      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
      7940e44f