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