sm8350-common: Update ODM features list from OSS 11.2.7.7
Change-Id: Ic9138245adc8819c7662e933f3bbe6df062801e5
This commit is contained in:
parent
288cc09811
commit
f45f543527
1 changed files with 2 additions and 1 deletions
|
@ -381,8 +381,9 @@ public final class OpFeatures {
|
|||
public static final int OP_FEATURE_MM_MUTE_DELAY_SWITCH = 368;
|
||||
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_MM_SYNC_ACDB_ID_FROM_Q = 371;
|
||||
|
||||
private static final BitSet sFeatures = new BitSet(372);
|
||||
private static final BitSet sFeatures = new BitSet(373);
|
||||
|
||||
static {
|
||||
File file = new File("/odm/etc/odm_feature_list");
|
||||
|
|
Loading…
Reference in a new issue