Make android_sdk_location linux compatible.

This commit is contained in:
Ivan Malison 2015-01-30 15:37:32 -08:00
parent d0f03bec22
commit 999f09a655

View File

@ -344,6 +344,5 @@ function project_sync {
function android_sdk_directory { function android_sdk_directory {
if is_osx; then if is_osx; then
brew --prefix android-sdk brew --prefix android-sdk
else
fi fi
} }