OSDN Git Service

Fix swt.jar for linux-x86_64.
authorRaphael Moll <raphael@google.com>
Wed, 24 Jun 2009 00:28:04 +0000 (17:28 -0700)
committerRaphael Moll <raphael@google.com>
Wed, 24 Jun 2009 03:04:48 +0000 (20:04 -0700)
commit822cc7e5b40673176c5e1b9ab75f48d155d5c193
treeb4dbc9367c372d80da9851c76c5c3452ae6bb74a
parent71c7683a425e396e2471a39468a353d08e7713be
Fix swt.jar for linux-x86_64.

This moves prebuilt/linux-x86_64/swt into prebuilt/linux-x86/swt_64. The makefiles
always build using linux-x86 so the linux-x86_64 prebuild was never getting built
and it had no makefiles. Now the new prebuilt when invoked using linux-x86 generates
both out/.../swt.jar and out/.../swt_64.jar. This is then picked up by development.git
build/sdk-linux.atree to generate the correct final SDK files.

This depends on a CL from development.git:

  http://android-git.corp.google.com/g/5179
12 files changed:
linux-x86/swt/MODULE_LICENSE_EPL [moved from linux-x86_64/swt/MODULE_LICENSE_EPL with 100% similarity]
linux-x86/swt/PREBUILT [moved from linux-x86_64/swt/PREBUILT with 100% similarity]
linux-x86/swt_64/Android.mk [new file with mode: 0644]
linux-x86/swt_64/MODULE_LICENSE_EPL [new file with mode: 0644]
linux-x86/swt_64/PREBUILT [new file with mode: 0644]
linux-x86/swt_64/about.html [moved from linux-x86_64/swt/about.html with 100% similarity]
linux-x86/swt_64/about_files/IJG_README [moved from linux-x86_64/swt/about_files/IJG_README with 100% similarity]
linux-x86/swt_64/about_files/about_cairo.html [moved from linux-x86_64/swt/about_files/about_cairo.html with 100% similarity]
linux-x86/swt_64/about_files/lgpl-v21.txt [moved from linux-x86_64/swt/about_files/lgpl-v21.txt with 100% similarity]
linux-x86/swt_64/about_files/mpl-v11.txt [moved from linux-x86_64/swt/about_files/mpl-v11.txt with 100% similarity]
linux-x86/swt_64/about_files/pixman-licenses.txt [moved from linux-x86_64/swt/about_files/pixman-licenses.txt with 100% similarity]
linux-x86/swt_64/swt_64.jar [moved from linux-x86_64/swt/swt.jar with 100% similarity]