Go to file
Bernhard Rosenkränzer 09040dd823 Fix Java detection on some Linux distributions
On some Linux distributions (spotted here on OpenMandriva Lx, but I'm
pretty sure some others do the same thing), "which javac" returns
/usr/bin/javac, which is a symlink to "../../etc/alternatives/javac",
which in turn points at whatever the JDK the user picked as his default.

Given "../../etc/alternatives/javac" is a relative, symlink, the next
iteration of LSLINE=$(ls -l "$JAVAC") fails (no
../../etc/alternatives/java relative to the build directory), causing
tools.jar not to be found.

Using readlink -f should work in all cases (while also simplifying the
script a bit).

Change-Id: I96afcf8e6460861bf8bb849dae05c27c42b91e84
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
2014-07-14 10:54:58 +02:00
core Fix Java detection on some Linux distributions 2014-07-14 10:54:58 +02:00
libs/host Support host multilib build 2014-05-14 16:55:04 -07:00
target Make dex2oat heap size product configurable [build] 2014-07-08 11:33:45 -07:00
tools ADBS now uses stack_core code to parse traces. 2014-07-07 15:14:41 -07:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
CleanSpec.mk Make dex2oat heap size product configurable [build] 2014-07-08 11:33:45 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
envsetup.sh Allow symlinks to device or vendor tree in envsetup.sh. 2014-07-09 15:37:34 -07:00