Searched refs:android_build_top_from_env (Results 1 – 1 of 1) sorted by relevance
195 const char* android_build_top_from_env = getenv("ANDROID_BUILD_TOP"); in GetAndroidBuildTop() local198 if (android_build_top_from_env != nullptr) { in GetAndroidBuildTop()200 std::filesystem::weakly_canonical(android_build_top_from_env).string()) { in GetAndroidBuildTop()201 android_build_top = android_build_top_from_env; in GetAndroidBuildTop()