We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492cbce commit d463f4cCopy full SHA for d463f4c
mk/tests.mk
@@ -123,7 +123,7 @@ endef
123
$(foreach target,$(CFG_TARGET_TRIPLES), \
124
$(if $(findstring $(target),"arm-linux-androideabi"), \
125
$(if $(findstring adb,$(CFG_ADB)), \
126
- $(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')), \
127
$(info check: $(target) test enabled \
128
$(info check: android device attached) \
129
$(eval $(call DEF_ADB_DEVICE_STATUS, true))), \
0 commit comments