diff options
author | Steven Moreland <smoreland@google.com> | 2019-04-08 17:02:28 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2019-04-08 17:02:28 -0700 |
commit | 7986bd66ad8904a1714b5c250507e49209091ff0 (patch) | |
tree | a2d670c37ede72d8fde3dfd5359714d4c56672ad /compatibility_matrices | |
parent | 8d40b379fa5b1f1fc4593b0bb0d1339827a091d4 (diff) | |
download | platform_hardware_interfaces-7986bd66ad8904a1714b5c250507e49209091ff0.tar.gz platform_hardware_interfaces-7986bd66ad8904a1714b5c250507e49209091ff0.tar.bz2 platform_hardware_interfaces-7986bd66ad8904a1714b5c250507e49209091ff0.zip |
compatibility_matrix: restore P graphics.composer
graphics.composer 2.3 was added in Android Q, so it is in the
compatibility matrix for target-level 4. Devices updating from P
to Q will automatically have this option applies. However, for
sanity, we try to keep the P compatibility matrix between releases.
This change should have no functional difference except minimizing
the delta in this file between P/Q branches.
Bug: 126892442
Test: diff compatibility matrix files
Test: these matrices are verified at build time
Change-Id: I8514c7b6ce4c2670ce7926fb31b09ed783d17dca
Diffstat (limited to 'compatibility_matrices')
-rw-r--r-- | compatibility_matrices/compatibility_matrix.3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility_matrices/compatibility_matrix.3.xml b/compatibility_matrices/compatibility_matrix.3.xml index 4cb3776b16..e13d293b75 100644 --- a/compatibility_matrices/compatibility_matrix.3.xml +++ b/compatibility_matrices/compatibility_matrix.3.xml @@ -193,7 +193,7 @@ </hal> <hal format="hidl" optional="false"> <name>android.hardware.graphics.composer</name> - <version>2.1-3</version> + <version>2.1-2</version> <interface> <name>IComposer</name> <instance>default</instance> |