OSDN Git Service

DexWrapper is now loaded by the SDK instead of the platforms.
authorXavier Ducrohet <xav@android.com>
Mon, 18 Oct 2010 20:48:08 +0000 (13:48 -0700)
committerXavier Ducrohet <xav@android.com>
Mon, 18 Oct 2010 21:38:58 +0000 (14:38 -0700)
commit7695260241c862329e63ee2fa210af5ff3c95ea7
tree267d90ba55f46b7c2ca9f57a0e2af6d41032dca4
parent923d5bfbd8348dcc5b2c9169bd948d75e3c8773d
DexWrapper is now loaded by the SDK instead of the platforms.

Since tools_r8, dx.jar is now located in platform-tools. instead
of platforms/android-<API>/tools/lib/.

There is therefore no need for all the platforms to load their
own dx.jar through reflection into DexWrapper. The SDK now does it
for all, and the builders query the SDK for the wrapper.

Change-Id: Ia79ccaf95237f2b25b43f26241e6335acc7050a3
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/BuildHelper.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/AndroidTargetData.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/AndroidTargetParser.java
eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/Sdk.java
sdkmanager/libs/sdklib/src/com/android/sdklib/IAndroidTarget.java