• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1module: "android.sysprop.BackportedFixesProperties"
2owner: Platform
3
4# BitSet where the index of the bits are aliases for known issues that are backported and fixed on
5# the device.
6# Encoded as a long array containing a little-endian representation of a sequence of bits
7# as defined by java.util.BitSet.valueof(long[])
8#
9# The list 10,9 means alias 1,4,64 and 67 are fixed on this device.
10prop {
11    api_name: "alias_bitset"
12    type: LongList
13    scope: Public
14    access: Readonly
15    prop_name: "ro.build.backported_fixes.alias_bitset.long_list"
16}
17