summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-04-12 16:19:56 -0700
committerSteven Moreland <smoreland@google.com>2018-04-12 16:22:53 -0700
commitbfecb3499268f84cca0ae91e829988acdb92e938 (patch)
treec85ab76c345b6665ba40d64595ee6cd09744aebf /manifest.xml
parent472bf09ed2304a5f1e3eb5203c93c33fdf65f43d (diff)
downloadbonito-bfecb3499268f84cca0ae91e829988acdb92e938.tar.gz
manifest: correct graphics.mapper version
2.0 is on the device, but the manifest specifies 2.1. This is causing a VtsTrebleVintfTest failure. Bug: 68662126 Test: vts_treble_vintf_test Test: boot device Change-Id: Idd74c65eb54939d763cf4713502fe5576ae8c2b1
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index 23c39293..0549d13d 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -152,7 +152,7 @@
<hal format="hidl">
<name>android.hardware.graphics.mapper</name>
<transport arch="32+64">passthrough</transport>
- <version>2.1</version>
+ <version>2.0</version>
<interface>
<name>IMapper</name>
<instance>default</instance>