1. 01 Apr, 2015 2 commits
  2. 31 Mar, 2015 1 commit
  3. 30 Mar, 2015 1 commit
    • Narayan Kamath's avatar
      Add icu4j to core-libart.jar. · de7c1fb9
      Narayan Kamath authored
      The first approach of building icu4j against the SDK and adding that
      to the boot classpath won't work out too well. Besides being a bit
      of a hack, there's no way to express that relationship for hostdex
      builds.
      
      We now compile icu4j sources along with core-libart. This is the most
      direct way of expressing this relationship and allows us to include
      exactly what we need.
      
      Note that we exclude the locale SPIs, transliterators and charset code
      by default.
      
      Change-Id: Idd305e77480bc681ed5b47e740dfec20d3bc7b26
      de7c1fb9
  4. 21 Jan, 2015 1 commit
  5. 16 Jan, 2015 1 commit
  6. 21 Nov, 2014 1 commit
  7. 04 Sep, 2014 1 commit
  8. 05 Aug, 2014 1 commit
    • Brian Carlstrom's avatar
      Dalvik is dead, long live Dalvik! · 18e74061
      Brian Carlstrom authored
      croot
      cd libcore
      repo start dalvik-is-dead-long-live-dalvik .
      repo sync -c .
      git rm -r libdvm
      git add JavaLibrary.mk (after removing libdvm references, adding explict core-libart references)
      git add Docs.mk (after replacing references to libdvm with libart)
      git add benchmarks/Android.mk (after adding explict core-libart references)
      git add Android.mk (after removing dalvik-host target)
      git commit -a -m 'Dalvik is dead, long live Dalvik!'
      
      Bug: 14298175
      Change-Id: I977e7b4be8ef1043b70ceb8532ac4947ea1b7ab8
      18e74061
  9. 19 Jun, 2014 1 commit
    • Brian Carlstrom's avatar
      Dalvik is dead, long live Dalvik! DO NOT MERGE · adb19b9b
      Brian Carlstrom authored
      croot
      cd libcore
      repo start dalvik-is-dead-long-live-dalvik .
      repo sync -c .
      git rm -r libdvm
      git add JavaLibrary.mk (after removing libdvm references, adding explict core-libart references)
      git add Docs.mk (after replacing references to libdvm with libart)
      git add benchmarks/Android.mk (after adding explict core-libart references)
      git add Android.mk (after removing dalvik-host target)
      git commit -a -m 'Dalvik is dead, long live Dalvik! DO NOT MERGE'
      
      Bug: 14298175
      Change-Id: I0e7a3ce47e0b6e3a7b15006a6d17d103d23e8064
      adb19b9b
  10. 10 Jun, 2014 1 commit
    • Ian Rogers's avatar
      Remove deprecated WITH_HOST_DALVIK. · 3deabd22
      Ian Rogers authored
      Bug: 13751317
      Fix the Mac host build:
       - conditionally define constants using pre-existing pattern,
       - make Posix calls that the Mac doesn't support throw
         UnsupportedOperationException.
      
      Change-Id: Ib68887cbe36ab167d042eb96c7834bce0651b078
      3deabd22
  11. 29 May, 2014 1 commit
  12. 16 Dec, 2013 1 commit
  13. 11 Dec, 2013 2 commits
  14. 05 Dec, 2013 1 commit
  15. 04 Dec, 2013 1 commit
  16. 25 Nov, 2013 2 commits
  17. 15 Nov, 2013 1 commit
  18. 07 Nov, 2013 2 commits
  19. 16 Sep, 2013 1 commit
  20. 30 Aug, 2013 4 commits
    • Kenny Root's avatar
      Move conscrypt out libjavacore and split tests · 61a12418
      Kenny Root authored
      To make the situation with testing a little better and enable building
      core libraries totally independent of conscrypt, move the native
      registration to a JNI_OnLoad scheme. Also, since we want to separate the
      testing, make conscrypt build its own tests library.
      
      (cherry picked from commit ba07db54)
      
      Bug: 10092469
      Change-Id: Ie0e9b73d05236a9bd02fbb66cb1a5da4ec34df45
      61a12418
    • Kenny Root's avatar
      Change conscrypt-nojarjar to a static library · a7cf230b
      Kenny Root authored
      This doesn't need to be a shared library, so we can just use a static
      library.
      
      (cherry picked from commit 69314139)
      
      Bug: 10092469
      Change-Id: I3c57ca8594a4d3efcfd5d9d2aea01c13ee555dd7
      a7cf230b
    • Kenny Root's avatar
      Move support library to a separate static library · 4616c7f8
      Kenny Root authored
      frameworks/base/core/tests/coretests uses the libcore/support/* classes
      for SSL-based tests. Instead of including core-tests itself, we need to
      split out the support classes to its own library to keep frameworks
      tests below the dex method limit.
      
      (cherry picked from commit b397b19a)
      
      Bug: 10092469
      Change-Id: Ib9b1dd60cb778dba79afcbe3001749d82afa99d2
      4616c7f8
    • Kenny Root's avatar
      Move conscrypt out libjavacore and split tests · ba07db54
      Kenny Root authored
      To make the situation with testing a little better and enable building
      core libraries totally independent of conscrypt, move the native
      registration to a JNI_OnLoad scheme. Also, since we want to separate the
      testing, make conscrypt build its own tests library.
      
      Change-Id: I9f2831839059c1c012ec7bdeab2f90b4e2f44bfd
      ba07db54
  21. 29 Aug, 2013 3 commits
  22. 28 Aug, 2013 1 commit
  23. 23 Aug, 2013 1 commit
  24. 21 Aug, 2013 1 commit
  25. 19 Aug, 2013 2 commits
  26. 14 Aug, 2013 1 commit
  27. 24 Jul, 2013 2 commits
  28. 25 Jun, 2013 1 commit
  29. 22 May, 2013 1 commit