We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b326176 commit 492cbceCopy full SHA for 492cbce
mk/install.mk
@@ -199,7 +199,7 @@ endef
199
$(foreach target,$(CFG_TARGET_TRIPLES), \
200
$(if $(findstring $(target),"arm-linux-androideabi"), \
201
$(if $(findstring adb,$(CFG_ADB)), \
202
- $(if $(findstring device,$(shell adb devices 2>/dev/null | grep -E '^[_A-Za-z0-9-]+[[:blank:]]+device')), \
+ $(if $(findstring device,$(shell $(CFG_ADB) devices 2>/dev/null | grep -E '^[_A-Za-z0-9-]+[[:blank:]]+device')), \
203
$(info install: install-runtime-target for $(target) enabled \
204
$(info install: android device attached) \
205
$(eval $(call DEF_ADB_DEVICE_STATUS, true))), \
0 commit comments