- 08 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 07 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 05 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 04 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 02 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 01 Oct, 2014 1 commit
-
-
The Android Automerger authored
-
- 30 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 29 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 28 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 27 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 25 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 24 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 23 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 22 Sep, 2014 3 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
The Android Automerger authored
-
- 15 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 14 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 13 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 11 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 10 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 09 Sep, 2014 5 commits
-
-
Benoit Lamarche authored
-
Benoit Lamarche authored
This new version should include the following fixes: 8863d0fd (Bug: 16709921) 0ab4f7a318db3635c870ac50b669085312feb567 (Bug: 17438982) (cherry picked from commit 70df3df6) Change-Id: I986804c02ba807dac5bbfc9a280e0c0f5a684419
-
Benoit Lamarche authored
-
John Fazekas authored
On Windows machines the command line can only accept commands that are 8192 characters or less. This can cause a problem when a project has many dependencies and many libraries are being passed to dex at once. This fixes it by adding a new option to dex called --input-list that can read inputs from a file. This way we only have to pass a single file name instead of a ton of jar files. This keeps the command short so Windows will not complain about it. Bug: 17438982 Signed-off-by:
John Fazekas <jfazekas@fd-software.com> (cherry picked from commit 914f2263) Change-Id: I6edd1e7c1d1fddc8d6bf4c4963295d4f4e64032e
-
The Android Automerger authored
-
- 08 Sep, 2014 2 commits
-
-
The Android Automerger authored
-
Benoit Lamarche authored
This is needed since class constants may not be unique. Indeed, there may be multiple identical class contants in the constant pool. Bug: 16709921 (cherry picked from commit 8863d0fd) Change-Id: I63c07ebf03d67eb942aec6364c7e02c631744612
-
- 07 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 06 Sep, 2014 1 commit
-
-
The Android Automerger authored
-
- 04 Sep, 2014 1 commit
-
-
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
-
- 05 Aug, 2014 1 commit
-
-
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
-
- 29 Jul, 2014 1 commit
-
-
mikaelpeltier authored
- The reordering performs during instruction expansion is not correct for all instructions, in particular for xxx/range instructions that require sequential registers. (cherry picked from commit 26a4440a) Change-Id: Ida3c8a1abfb78a7b119c463b19030572d3fbc40e
-
- 24 Jul, 2014 1 commit
-
-
Yohann Roussel authored
-
- 25 Jul, 2014 1 commit
-
-
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
-
- 23 Jul, 2014 1 commit
-
-
Yohann Roussel authored
Because there were 2 tests 123. (cherry picked from commit d3fb6889) Change-Id: Ic6df7590ab32893a40e42ea145d04c64cc265308
-
- 17 Jul, 2014 1 commit
-
-
Sebastien Hertz authored
-