Don't try to guess ANDROID_HOME

It was only ever correct for default installs on macOS anyway.
This commit is contained in:
Jan-Erik Rediger 2019-05-16 14:05:10 +02:00
Родитель dbdeff47fd
Коммит f65a1b796d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -1,7 +1,3 @@
ifeq ($(ANDROID_HOME),)
ANDROID_HOME := ~/Library/Android/sdk
endif
build-apk:
./gradlew glean-core:build
./gradlew glean-sample-app:build