- 02 May, 2016 5 commits
-
-
Alex Light authored
am: 19b7d3be * commit '19b7d3be': Remove misleading line from dx.jar Android.mk file. Change-Id: Ia98e39543b3bef31e448d9d6ee4bd0fa0b5919f5
-
Alex Light authored
am: 96a1c677 * commit '96a1c677': Remove misleading line from dx.jar Android.mk file. Change-Id: I5fa03ead0f18547886c13248cc6ce2b4531be610
-
Treehugger Robot authored
-
Alex Light authored
Previously we had a line in the dx.jar Android.mk file that indicates that dx.jar is compiled with java 1.6. This was a lie and it has been being compiled with java 1.8 for quite a while. Bug: 28464522 Change-Id: Idc21295d7aca6afced16c46c16951a4aa66535d0
-
- 30 Apr, 2016 1 commit
- 29 Apr, 2016 4 commits
- 28 Apr, 2016 3 commits
-
-
Tobias Thierer authored
am: 88e7113c * commit '88e7113c': Fix stream not being closed on all exception paths. Change-Id: I059589070d6f5c38d969989af1f8f8546f719784
-
Tobias Thierer authored
am: db9197b2 * commit 'db9197b2': Fix stream not being closed on all exception paths. Change-Id: Ia8f0f376e59d0618652b1f0ee243cb1df892212b
-
Tobias Thierer authored
-
- 27 Apr, 2016 1 commit
-
-
Tobias Thierer authored
Change-Id: Ie5474147ade91463b2aa271a6a37c8ee7ba041be
-
- 19 Apr, 2016 2 commits
-
-
Aart Bik authored
BUG=27840771 Change-Id: I56442c376036372b005548d3e6a4060647639055
- 15 Apr, 2016 2 commits
-
-
Nicholas Sauer authored
am: fa2200a3 * commit 'fa2200a3': Fix Dexdeps to accept dex version 037 Change-Id: I74b5e1b2f25dfbb261e70c1cc8effd8fb1c14bba
-
Nicholas Sauer authored
Minor renaming and comments for clarity. bug:28210069 Change-Id: I7bc24e5bfa708df5156e30f2e93528d70de30069
-
- 14 Apr, 2016 3 commits
-
-
Aart Bik authored
- 12 Apr, 2016 3 commits
-
-
Aart Bik authored
- 11 Apr, 2016 2 commits
-
-
Aart Bik authored
BUG=27840771 Rationale: Fixed buffer overrun by recomputing available remaining space at each point. Note, we could use strlcat for exactly this situation, using the full buffer length, but since buffer length - 1 was used in other places, got the code closest to the original. Change-Id: Id38ba34949b7e25ae8acadce1c24e080aebf06ae
-
Aart Bik authored
Rationale: An incorrect type (signed vs. unsigned) compare did not guard subsequent access of memory correctly. BUG=28038148 Change-Id: I7aa97ad252614e3d045297cce314b5a4b96a60b2
-
- 31 Mar, 2016 5 commits
-
-
Alex Light authored
am: 558a4e9c * commit '558a4e9c': Support dex 37 for DexMerger Change-Id: I5f24b9964819bd2e6cd9e736cbb9bc27cd6244a3
-
Alex Light authored
am: c53e76d1 * commit 'c53e76d1': Support dex 37 for DexMerger Change-Id: I103de1de4c017a68991c867e4c65121335eb902d
-
Alex Light authored
am: 39f9f671 * commit '39f9f671': Support dex 37 for DexMerger Change-Id: I9ff042fb2723955ac7a1a6bbe9248f90350ea155
-
Alex Light authored
Make DexMerger take the largest dex-file version that is given. Bug: 27538761 Bug: 27809626 (cherry picked from commit 3e7edcb6) Change-Id: Iddca99477f5edbfc7b9cf3b3deda37fd84e4eeda
-
Alex Light authored
-
- 30 Mar, 2016 1 commit
-
-
Alex Light authored
Make DexMerger take the largest dex-file version that is given. Bug: 27538761 Bug: 27809626 Change-Id: Iddca99477f5edbfc7b9cf3b3deda37fd84e4eeda
-
- 29 Mar, 2016 6 commits
-
-
Alex Light authored
am: 796fe539 * commit '796fe539': Add support for dex version 37 in libdex. Change-Id: I0c3ebffd3901d34e3d686084af697e4c43a05fee
-
Alex Light authored
Bug: 27538761 Bug: 27809626 (cherry picked from commit 5c391cc6) Change-Id: I79b2bdfc8194dc210bc1299b0544f82b2af735b0
-
Alex Light authored
am: 1ade0b4b * commit '1ade0b4b': Add support for dex version 37 in libdex. Change-Id: Icd5442e63e66b431f8314c7345e0d3cca863a09a
-
Alex Light authored
am: 06adb26d * commit '06adb26d': Add support for dex version 37 in libdex. Change-Id: I84893403047bddd54fea94bd1909b0a935a7699d
-
Alex Light authored
-
Alex Light authored
Bug: 27538761 Bug: 27809626 Change-Id: I79b2bdfc8194dc210bc1299b0544f82b2af735b0
-
- 03 Mar, 2016 2 commits
-
-
Kevin Bierhoff authored
am: c265adc1 * commit 'c265adc1': fix DexMerger's estimate for the merged classData section
-
Kevin Bierhoff authored
the new estimated growth factor of 1.67 is derived as follows: - classData section contains fields and methods - for each method, 3 ulebs are written, but one of them (modifiers) doesn't change as a result of merging - for each field, 2 ulebs are written, but one can again not change - thus in the worst case, the section only contains methods and every 2/3 ulebs can grow (cherry picked from commit 89c573adfb3e9075b373e7ca324700e13971e918) Bug: 27368018 Change-Id: I1dddc419592c8cd39d98c703840316d0ab65120c
-