sm8350-common: Update ODM features list from OSS 11.2.8.8.LE15BA
Change-Id: I77e406f109815aec52ff6c9fd931dd1e17746452
This commit is contained in:
parent
43c1a8c24f
commit
1b593c37c8
1 changed files with 2 additions and 1 deletions
|
@ -382,8 +382,9 @@ public final class OpFeatures {
|
||||||
public static final int OP_FEATURE_ONLINE_CONFIG_NETWORK = 369;
|
public static final int OP_FEATURE_ONLINE_CONFIG_NETWORK = 369;
|
||||||
public static final int OP_FEATURE_KEEP_HIGH_VSYNC = 370;
|
public static final int OP_FEATURE_KEEP_HIGH_VSYNC = 370;
|
||||||
public static final int OP_FEATURE_MM_SYNC_ACDB_ID_FROM_Q = 371;
|
public static final int OP_FEATURE_MM_SYNC_ACDB_ID_FROM_Q = 371;
|
||||||
|
public static final int OP_FEATURE_BITMOJI_AOD_ENABLED = 372;
|
||||||
|
|
||||||
private static final BitSet sFeatures = new BitSet(373);
|
private static final BitSet sFeatures = new BitSet(374);
|
||||||
|
|
||||||
static {
|
static {
|
||||||
File file = new File("/odm/etc/odm_feature_list");
|
File file = new File("/odm/etc/odm_feature_list");
|
||||||
|
|
Loading…
Reference in a new issue