Searched refs:build_top (Results 1 – 1 of 1) sorted by relevance
228 char* build_top = getenv("ANDROID_BUILD_TOP"); in GetRootPath() local229 if (build_top != nullptr) { in GetRootPath()230 return std::string(build_top) + "/"; in GetRootPath()