xref: /aosp_15_r20/system/libsysprop/srcs/android/sysprop/BackportedFixesProperties.sysprop (revision 84dc9db433a600c0ca231d638135de5b8181a4b9)
1*84dc9db4SAndroid Build Coastguard Workermodule: "android.sysprop.BackportedFixesProperties"
2*84dc9db4SAndroid Build Coastguard Workerowner: Platform
3*84dc9db4SAndroid Build Coastguard Worker
4*84dc9db4SAndroid Build Coastguard Worker# BitSet where the index of the bits are aliases for known issues that are backported and fixed on
5*84dc9db4SAndroid Build Coastguard Worker# the device.
6*84dc9db4SAndroid Build Coastguard Worker# Encoded as a long array containing a little-endian representation of a sequence of bits
7*84dc9db4SAndroid Build Coastguard Worker# as defined by java.util.BitSet.valueof(long[])
8*84dc9db4SAndroid Build Coastguard Worker#
9*84dc9db4SAndroid Build Coastguard Worker# The list 10,9 means alias 1,4,64 and 67 are fixed on this device.
10*84dc9db4SAndroid Build Coastguard Workerprop {
11*84dc9db4SAndroid Build Coastguard Worker    api_name: "alias_bitset"
12*84dc9db4SAndroid Build Coastguard Worker    type: LongList
13*84dc9db4SAndroid Build Coastguard Worker    scope: Public
14*84dc9db4SAndroid Build Coastguard Worker    access: Readonly
15*84dc9db4SAndroid Build Coastguard Worker    prop_name: "ro.build.backported_fixes.alias_bitset.long_list"
16*84dc9db4SAndroid Build Coastguard Worker}
17