History log of /build/core/find-jdk-tools-jar.sh
Revision Date Author Comments
f9b556cd51f471cce24d2ad53725a6de9ff71f76 11-Nov-2011 Jean-Baptiste Queru <jbq@google.com> Add a hash-bang as the first line of a shell script

Change-Id: I5b663b036ecb25e952ecd2d998971cc326d4ebdf
4de32c69c718b86d5ea68421d6c3da5ee684d0ce 08-Mar-2011 Raphael Moll <ralf@android.com> Fix find-jdk-tools-jar to be cygwin-friendly.

Change-Id: I9cf2035026725fd1ba8a014b484262ed1acc1df4
38a3161dc7f5fec81df9412bc202c3962c74535d 22-Sep-2010 Ying Wang <wangying@google.com> String literal change.

Change-Id: Ic1289ee3abb184b4617aa42c28e6eca812600463
b368bba41c4fb9b5c76a56cb1bd850517ef9df53 08-Jul-2010 Ying Wang <wangying@google.com> Enforce 64-bit build environment

We will only support 64-bit build environment beyond froyo/2.2 .

Change-Id: I71eb1230bf0bc12ccde2aeda6255db6a87540437
ec5e729fcf692a17285eb66f8f28ed9b236216dd 27-Apr-2010 Ying Wang <wangying@google.com> Make build/core/find-jdk-tools-jar.sh fail more explicitly

http://b/issue?id=1505957
Before this change, if tools.jar can not be found, make reports error like:
make: *** No rule to make target `Please-install-JDK-5.0,-update-12-or-higher,-which-you-can-download-from-java.sun.com'...
With this change, the error message is much nicer:
build/core/config.mk:264: *** Error: could not find jdk tools.jar, please install JDK-5.0, update 12 or higher, which you can download from java.sun.com. Stop.

Change-Id: Id33cfb6ee7676d66f00d0a41d07c1f27abc6a402
e6b4e5b20ac8a3b01f1a99dd877a98c92036ce5e 13-Nov-2009 Jean-Baptiste Queru <jbq@google.com> eclair snapshot
88b607994a148f4af5bffee163e39ce8296750c6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
05806d7af62e07c6225b2e7103a1b115ecf6c9ad 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
4cf7606d7ea96bd7f40c4320bceff462005441e8 30-Jan-2009 Angus Lees <alees@google.com> Remove bashism from find-jdk-tools-jar.sh
3caa7cfa04804479481e5042bfe9b57d1478a9b6 22-Oct-2008 Rod Whitby <rod@whitby.id.au> Detect a missing javac and provide a slightly more helpful error message.

Note the hyphens in the error message are required because the output of
this scripts is used directly in a Makefile target.

Signed-off-by: Rod Whitby <rod@whitby.id.au>
b6c1cf6de79035f58b512f4400db458c8401379a 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution