| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Change-Id: Ie444a93a1fcba693332d302de828bdc62fd61647
|
| |
| |
| |
| | |
Change-Id: I5b663b036ecb25e952ecd2d998971cc326d4ebdf
|
|\ \
| |/
| |
| |
| | |
* commit '8755e2b2c21dd54063fcb62c26c4a2d3575610cf':
Fix find-jdk-tools-jar to be cygwin-friendly.
|
| |
| |
| |
| | |
Change-Id: I9cf2035026725fd1ba8a014b484262ed1acc1df4
|
| |
| |
| |
| |
| |
| | |
We will only support 64-bit build environment beyond froyo/2.2 .
Change-Id: I71eb1230bf0bc12ccde2aeda6255db6a87540437
|
|\ \
| | |
| | |
| | | |
Change-Id: Ia72f326ca91311c9eaa05aa4f5a134a60171cafb
|
| |/
| |
| |
| | |
Change-Id: Ic1289ee3abb184b4617aa42c28e6eca812600463
|
|/
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|