• Home
  • History
  • Annotate
  • only in /external/dexmaker/dexmaker-tests/
History log of /external/dexmaker/dexmaker-tests/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
309cc66e50aaac713a5c2c72e3ea6b236716b036 05-Aug-2016 Paul Duffin <paulduffin@google.com> Scan for methods in extra interface hierarchy

The ProxyBuilder was not traversing the interface hierarchy
of the extra interfaces provided by the caller to find methods
to proxy. That resulted in an AbstractMethodError when those
methods were called.

(cherry picked from d6b8d02d4fc7d57f0b72dba598b6320ef02a8213)

Bug: 36407367
Bug: 32912773
Test: Added a failing test then fixed it, reran tests
Change-Id: If68105da3b7e62383c8fa8ececc21383b299d854
rc/androidTest/java/com/android/dx/stock/ProxyBuilderTest.java
b8a5896885d4da2b798888b688a46df1adbf5b89 15-Mar-2017 Paul Duffin <paulduffin@google.com> Update to version 2.2.0 and make it build

Updated using ./update_source.sh 2.2.0

Added lib directory to contain prebuilt versions of the dx and
dex libraries to replace the contents of the dx directory which
was deleted upstream.

Bug: 36231644
Test: make checkbuild
Change-Id: I31de03f40e4af097be01b5d9f2fe2c71ae879b54
ndroid.mk
ndroidManifest.xml
uild.gradle
rc/androidTest/java/com/android/dx/AppDataDirGuesserTest.java
rc/androidTest/java/com/android/dx/DexMakerTest.java
rc/androidTest/java/com/android/dx/TypeIdTest.java
rc/androidTest/java/com/android/dx/examples/FibonacciMaker.java
rc/androidTest/java/com/android/dx/examples/HelloWorldMaker.java
rc/androidTest/java/com/android/dx/stock/ProxyBuilderTest.java
rc/androidTest/java/com/android/dx/util/TestUtil.java