Searched refs:android_build_top (Results 1 – 2 of 2) sorted by relevance
120 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in SetUpAndroidRoot() local121 if (android_build_top != nullptr) { in SetUpAndroidRoot()122 root += android_build_top; in SetUpAndroidRoot()
70 const char* android_build_top = getenv("ANDROID_BUILD_TOP"); in GetAndroidToolsDir() local71 if (android_build_top != nullptr) { in GetAndroidToolsDir()72 root += android_build_top; in GetAndroidToolsDir()