1. 26 Jan, 2017 1 commit
  2. 25 Jan, 2017 1 commit
  3. 24 Jan, 2017 1 commit
  4. 23 Jan, 2017 6 commits
  5. 22 Jan, 2017 1 commit
    • Gyula Juhász's avatar
      build: Fixes mainDexClasses.bat · 33f274bd
      Gyula Juhász authored
      This commit fixes the parameters passed to MainDexListBuilder when the annotation workaround switch is not used. To test this, run a build on Windows that invokes the mainDexClasses.bat script for building the list of the classes for the main dex file.
      
      Test: run a build of any Android app on Windows, and make sure the build invokes the build invokes the mainDexClasses.bat script without the annotation workaround switch.
      Change-Id: Ifb0efc7d23773b16a4cb1b2c37bf99b8d0827881
      33f274bd
  6. 20 Jan, 2017 2 commits
    • Aart Bik's avatar
      Reject any length mismatch, not trying to be nice and proceed. · e93baa3e
      Aart Bik authored
      Rationale:
      Comparing expected length with actual length should reject
      both too long and too short, as both directions are vulnerable
      (before we were trying too hard to be nice).
      
      Bug: 34469397
      Test: dexdump
      Change-Id: Ie221071d557905c51963fd667f451d612a42db96
      e93baa3e
    • Chris Warrington's avatar
      Make dx code re-entrant · 8f687698
      Chris Warrington authored
      Remove static state, clear biggest caches after running.
      
      Test: TBD.
      
      Change-Id: Ib41a61687b48bfb46f7e104c41d784cad61f306a
      8f687698
  7. 01 Dec, 2016 9 commits
  8. 29 Nov, 2016 2 commits
  9. 28 Nov, 2016 1 commit
  10. 25 Nov, 2016 4 commits
  11. 24 Nov, 2016 2 commits
  12. 22 Nov, 2016 3 commits
  13. 16 Nov, 2016 5 commits
  14. 15 Nov, 2016 1 commit
    • Benoit Lamarche's avatar
      Ignore LV debug info when the type doesn't match · 333f9f7c
      Benoit Lamarche authored
      As a consequence of the CL that relaxes the conditions to retrieve LV
      debug info (455443f4), there may be a
      SimException because of a "local variable type mismatch".
      Some local variable slots may be used for different local variables
      with different types, but only one has debug info.
      So we need to check if the types match, and ignore the local variable
      info if it doesn't.
      
      Bug: 32432143
      Test: manual
      Change-Id: I0a12ac6476f612c0d8e597c9690587826ac41841
      333f9f7c
  15. 09 Nov, 2016 1 commit