forked from openkylin/platform_build
am 4115aeae: am 324c814c: Merge from AOSP
* commit '4115aeaef30cc2f13abc4a1e4165995909fa3098': Add a hash-bang as the first line of a shell script
This commit is contained in:
commit
e446160ae1
|
@ -1,3 +1,4 @@
|
|||
#!/bin/sh
|
||||
if [ "x$ANDROID_JAVA_HOME" != x ] && [ -e "$ANDROID_JAVA_HOME/lib/tools.jar" ] ; then
|
||||
echo $ANDROID_JAVA_HOME/lib/tools.jar
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue