shell: Don't override ANDROID_HOME
Created by: qperret
If the user already has a valid Android SDK specified in $ANDROID_HOME, there is no need to override it.
Make the lisa default path conditional on $ANDROID_HOME not being set.
Signed-off-by: Quentin Perret qperret@google.com