diff options
author | Xavier Ducrohet <xav@android.com> | 2009-06-03 16:07:36 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2009-06-04 14:50:43 -0700 |
commit | f5e1cc8856d792d71f1455ae70316fc37cff4e7c (patch) | |
tree | 13e8768d92dcdc37fd8f8f5012895e43890a5fd5 /ddms/app/src/Android.mk | |
parent | 0d8ba9e1b1a3db2773453844b8d129b5f97fe102 (diff) | |
download | sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.zip sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.tar.gz sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.tar.bz2 |
Change the SDK, DDMS and Traceview to work with the new SWT libraries.
The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview
use the archquery java app to check the architecture of the VM to decide
which version of SWT should be used to run the apps.
Diffstat (limited to 'ddms/app/src/Android.mk')
-rw-r--r-- | ddms/app/src/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ddms/app/src/Android.mk b/ddms/app/src/Android.mk index a013fa6..c62b678 100644 --- a/ddms/app/src/Android.mk +++ b/ddms/app/src/Android.mk @@ -13,9 +13,9 @@ LOCAL_JAVA_LIBRARIES := \ ddmlib \ ddmuilib \ swt \ - org.eclipse.jface_3.2.0.I20060605-1400 \ - org.eclipse.equinox.common_3.2.0.v20060603 \ - org.eclipse.core.commands_3.2.0.I20060605-1400 + org.eclipse.jface_3.4.2.M20090107-0800 \ + org.eclipse.equinox.common_3.4.0.v20080421-2006 \ + org.eclipse.core.commands_3.4.0.I20080509-2000 LOCAL_MODULE := ddms include $(BUILD_HOST_JAVA_LIBRARY) |