diff options
author | Ady Abraham <adyabr@google.com> | 2021-12-02 23:29:17 -0800 |
---|---|---|
committer | Ady Abraham <adyabr@google.com> | 2021-12-13 23:09:53 +0000 |
commit | c26756d5eea27fabf51e252f27af5760d35a8d37 (patch) | |
tree | a17dd4c3cf29582be7355d3d6a36c6eeb1ecf3bf /compatibility_matrices/exclude/fcm_exclude.cpp | |
parent | 46b8a47444540a5059afa33b7bfcf2dc60113f27 (diff) |
composer: move LayerCommand to be part of DisplayCommand
This CL also includes a few miscellaneous changes:
- Remove ..composer3.command namespace
(so all commands are in composer3)
- Minor documentation update
- Minor name changes
Bug: 201008710
Test: VTS
Change-Id: I3fc24392d6c019c39e4d7df735abacc2c793c4f9
Diffstat (limited to 'compatibility_matrices/exclude/fcm_exclude.cpp')
-rw-r--r-- | compatibility_matrices/exclude/fcm_exclude.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compatibility_matrices/exclude/fcm_exclude.cpp b/compatibility_matrices/exclude/fcm_exclude.cpp index 720a76769c..2aa4bb2a22 100644 --- a/compatibility_matrices/exclude/fcm_exclude.cpp +++ b/compatibility_matrices/exclude/fcm_exclude.cpp @@ -56,7 +56,6 @@ bool ShouldCheckMissingHalsInFcm(const std::string& package) { "android.hardware.common", "android.hardware.common.fmq", "android.hardware.graphics.common", - "android.hardware.graphics.composer3.command", "android.hardware.keymaster", "android.hardware.radio", "android.hardware.uwb.fira_android", |