1. 08 Oct, 2014 1 commit
  2. 07 Oct, 2014 1 commit
  3. 06 Oct, 2014 1 commit
  4. 05 Oct, 2014 1 commit
  5. 04 Oct, 2014 1 commit
  6. 02 Oct, 2014 1 commit
  7. 01 Oct, 2014 1 commit
  8. 30 Sep, 2014 1 commit
  9. 29 Sep, 2014 1 commit
  10. 28 Sep, 2014 1 commit
  11. 27 Sep, 2014 1 commit
  12. 25 Sep, 2014 1 commit
  13. 24 Sep, 2014 1 commit
  14. 23 Sep, 2014 2 commits
  15. 22 Sep, 2014 3 commits
  16. 15 Sep, 2014 1 commit
  17. 14 Sep, 2014 1 commit
  18. 13 Sep, 2014 2 commits
  19. 11 Sep, 2014 1 commit
  20. 10 Sep, 2014 1 commit
  21. 09 Sep, 2014 5 commits
  22. 08 Sep, 2014 2 commits
  23. 07 Sep, 2014 1 commit
  24. 06 Sep, 2014 1 commit
  25. 04 Sep, 2014 1 commit
    • Ying Wang's avatar
      Add libcore src to the dx docs module. · 4de3efd5
      Ying Wang authored
      This fixed bogus docs build errors like:
      dalvik/dx/src/com/android/dx/io/DexIndexPrinter.java:19: error: package
      com.android.dex does not exist
      
      Change-Id: I3217a51c1562194974410c54f936c0713455a93c
      4de3efd5
  26. 05 Aug, 2014 1 commit
    • Brian Carlstrom's avatar
      Dalvik is dead, long live Dalvik! · 870b4f2d
      Brian Carlstrom authored
      croot
      cd dalvik
      repo start dalvik-is-dead-long-live-dalvik .
      repo sync -c .
      git rm -r README.txt
      git rm -r dexopt
      git rm -r tools/deadcode.py
      git rm -r tools/dex-preopt
      git rm -r tools/dexcheck
      git rm -r tools/gdbjithelper
      git rm -r unit-tests
      git rm -r vm
      git checkout HEAD vm/Common.h (needed by libdex)
      git checkout HEAD vm/DalvikVersion.h (needed by libdex)
      git checkout HEAD vm/Profile.h (needed by dmtracedump)
      git add Android.mk (after removing vm, dexopt, and unit-tests references)
      git commit -a -m 'Dalvik is dead, long live Dalvik!'
      
      Bug: 14298175
      Change-Id: I9dd13053677629d13496d4238af4374452cda415
      870b4f2d
  27. 29 Jul, 2014 1 commit
  28. 24 Jul, 2014 1 commit
  29. 25 Jul, 2014 1 commit
    • Yohann Roussel's avatar
      Do not generate empty dex in multidex. · 084b7f10
      Yohann Roussel authored
      This was possible when the first class considered for adding in a dex was too
      big to be sure it will fit. Now DX will try to add the class in the current dex
      and crash if the class causes one index to overflow.
      
      (cherry picked from commit f15dafe6)
      
      Change-Id: I323f8111c2be6bace908d0539ff324c4bd033c05
      084b7f10
  30. 23 Jul, 2014 1 commit
  31. 17 Jul, 2014 1 commit