Searched refs:android_build_top (Results 1 – 1 of 1) sorted by relevance
167 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in SetUpAndroidRoot() local168 if (android_build_top != nullptr) { in SetUpAndroidRoot()169 root += android_build_top; in SetUpAndroidRoot()230 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in GetAndroidToolsDir() local231 if (android_build_top != nullptr) { in GetAndroidToolsDir()232 root = android_build_top; in GetAndroidToolsDir()