Skip to content

Commit

Permalink
Update LG HAL hardcoded hardware bitmap blacklist.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337935996
  • Loading branch information
sjudd authored and glide-copybara-robot committed Oct 19, 2020
1 parent 7d7042c commit 90a657b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
}
// This method will only be called once, so simple iteration is reasonable.
return Arrays.asList(
"ILA X1",
"LG-M250",
"LG-M320",
"LG-Q710AL",
Expand All @@ -247,8 +246,7 @@ private static boolean isHardwareConfigDisallowedByB147430447() {
"LM-Q710.FGN",
"LM-X220PM",
"LM-X220QMA",
"LM-X410PM",
"SGINO")
"LM-X410PM")
.contains(Build.MODEL);
}

Expand Down

0 comments on commit 90a657b

Please sign in to comment.