Merge "Reorder/cleanup FCM exempt list #4 (media bufferpool)" am: e2ed8135cd
am: 6bbaf817cc
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427725 Change-Id: I115103a3400648975f1ec13f1616cc05ef205679
This commit is contained in:
commit
a1fade51b7
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
|
|||
|
||||
static std::vector<std::string> excluded_exact{
|
||||
// TODO(b/110261831): reduce items in this list
|
||||
"android.hardware.media.bufferpool@1.0",
|
||||
"android.hardware.media.bufferpool@2.0",
|
||||
"android.hardware.tv.cec@2.0",
|
||||
"android.hardware.tv.tuner@1.0",
|
||||
|
||||
|
@ -53,6 +51,8 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) {
|
|||
// HIDL
|
||||
"android.hardware.cas.native@1.0",
|
||||
"android.hardware.gnss.visibility_control@1.0",
|
||||
"android.hardware.media.bufferpool@1.0",
|
||||
"android.hardware.media.bufferpool@2.0",
|
||||
"android.hardware.radio.config@1.2",
|
||||
// AIDL
|
||||
"android.hardware.common",
|
||||
|
|
Loading…
Reference in a new issue