OSDN Git Service

Change the SDK, DDMS and Traceview to work with the new SWT libraries.
authorXavier Ducrohet <xav@android.com>
Wed, 3 Jun 2009 23:07:36 +0000 (16:07 -0700)
committerXavier Ducrohet <xav@android.com>
Thu, 4 Jun 2009 21:50:43 +0000 (14:50 -0700)
commitc5a89e256cd0ed486d72b23c2309d189bd923051
tree4ee2397b57b81843f4e6e9a7f3f249f331830fa8
parentab16d9f7d51be7264f9066bf01846e0c98dfb5df
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.
20 files changed:
build/sdk-darwin-x86.atree
build/sdk-linux-x86.atree
build/sdk.atree
tools/archquery/.classpath [new file with mode: 0644]
tools/archquery/.gitignore [new file with mode: 0644]
tools/archquery/.project [new file with mode: 0644]
tools/archquery/Android.mk [new file with mode: 0644]
tools/archquery/etc/manifest.txt [new file with mode: 0644]
tools/archquery/src/Android.mk [new file with mode: 0644]
tools/archquery/src/com/android/archquery/Main.java [new file with mode: 0644]
tools/ddms/app/etc/ddms
tools/ddms/app/src/Android.mk
tools/ddms/libs/ddmuilib/src/Android.mk
tools/screenshot/.gitignore [new file with mode: 0644]
tools/sdkmanager/app/etc/android
tools/sdkmanager/app/src/Android.mk
tools/sdkmanager/libs/sdkuilib/src/Android.mk
tools/sdkstats/src/Android.mk
tools/traceview/etc/traceview
tools/traceview/src/Android.mk