Searched refs:android_build_root (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/
H A Dmain-common.c273 char* android_build_root = NULL; local
293 android_build_root = getenv("ANDROID_BUILD_TOP");
294 if (android_build_root == NULL || android_build_root[0] == 0)
297 if (!path_exists(android_build_root)) {
301 android_build_root );
305 D( "found Android build root: %s", android_build_root );
394 android_build_out = android_build_root = opts->sysdir;
397 android_build_root,

Completed in 191 milliseconds