Reword a comment for accuracy
Test: none needed Change-Id: I7e409827adc86fc13975f394100889a6bf0f1e50
This commit is contained in:
@@ -197,8 +197,8 @@ open class CSTest {
|
|||||||
override fun isChangeEnabled(changeId: Long, uid: Int) =
|
override fun isChangeEnabled(changeId: Long, uid: Int) =
|
||||||
changeId in enabledChangeIds
|
changeId in enabledChangeIds
|
||||||
|
|
||||||
// In AOSP, build version codes are all over the place (e.g. at the time of this writing
|
// In AOSP, build version codes can't always distinguish between some versions (e.g. at the
|
||||||
// U == V). Define custom ones.
|
// time of this writing U == V). Define custom ones.
|
||||||
private var sdkLevel = VERSION_UNMOCKED
|
private var sdkLevel = VERSION_UNMOCKED
|
||||||
private val isSdkUnmocked get() = sdkLevel == VERSION_UNMOCKED
|
private val isSdkUnmocked get() = sdkLevel == VERSION_UNMOCKED
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user