Reword a comment for accuracy

Test: none needed
Change-Id: I7e409827adc86fc13975f394100889a6bf0f1e50
This commit is contained in:
Chalard Jean
2023-10-10 20:12:40 +09:00
parent eb66389d6a
commit f70919fbec

View File

@@ -197,8 +197,8 @@ open class CSTest {
override fun isChangeEnabled(changeId: Long, uid: Int) =
changeId in enabledChangeIds
// In AOSP, build version codes are all over the place (e.g. at the time of this writing
// U == V). Define custom ones.
// In AOSP, build version codes can't always distinguish between some versions (e.g. at the
// time of this writing U == V). Define custom ones.
private var sdkLevel = VERSION_UNMOCKED
private val isSdkUnmocked get() = sdkLevel == VERSION_UNMOCKED