Skip to content

Commit

Permalink
fix(android-build): check for emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
n0izn0iz committed Nov 28, 2019
1 parent 832f3fe commit 06fc8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/packages/berty-app/Makefile
Expand Up @@ -79,6 +79,7 @@ start: deps
run: export PWD := $(PWD)
run: deps
$(if $(filter $(platform), android), @$(berty_root)/build/shell/check-java.sh 18)
$(if $(filter $(platform), android), $(call check-program, emulator))
$(if $(filter $(platform), android), \
$(if $(filter $(config), development), $(clisim) -af))
cd $(PWD) && $(react-native) run-$(platform) \
Expand Down

0 comments on commit 06fc8ed

Please sign in to comment.