Searched refs:isBuildingAndroid (Results 1 – 2 of 2) sorted by relevance
1027 fun isBuildingAndroid() = System.getenv("ANDROID_BUILD_TOP") != null && !isUnderTest() method
1487 val baselineHeaderComment = if (isBuildingAndroid()) in <lambda>()