Show a friendly hint for adb installation

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
yangfl
2020-01-16 02:47:34 +08:00
committed by Romain Vimont
parent 1982bc439b
commit d3281f4b67
3 changed files with 69 additions and 0 deletions

View File

@@ -43,6 +43,11 @@ enum process_result {
PROCESS_ERROR_MISSING_BINARY,
};
#ifndef __WINDOWS__
bool
cmd_search(const char *file);
#endif
enum process_result
cmd_execute(const char *const argv[], process_t *process);