summaryrefslogtreecommitdiff
path: root/android-sdk-flags/flags.aconfig
blob: 19c7bf6748329fb7631db5ddfc4578a4d7b089ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package: "android.sdk"
container: "system"

flag {
    name: "major_minor_versioning_scheme"
    namespace: "android_sdk"
    description: "Use the new SDK major.minor versioning scheme (e.g. Android 40.1) which replaces the old single-integer scheme (e.g. Android 15)."
    bug: "350458259"
    is_exported: true

    # Use is_fixed_read_only because DeviceConfig may not be available when Build.VERSION_CODES is first accessed
    is_fixed_read_only: true
}