summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykhailo Sopiha2019-03-07 14:54:35 -0600
committerPraneeth Bajjuri2019-03-07 14:32:35 -0600
commit2cf393c3124fa7d800901b8d45bf164b692ea87e (patch)
tree949c1134319c6a626a149f8b670ffac57b306687
parentc4e14ee19c9730cf9a9ef1f8d28af1f5d3b72b20 (diff)
downloaddevice-ti-beagle-x15-2cf393c3124fa7d800901b8d45bf164b692ea87e.tar.gz
device-ti-beagle-x15-2cf393c3124fa7d800901b8d45bf164b692ea87e.tar.xz
device-ti-beagle-x15-2cf393c3124fa7d800901b8d45bf164b692ea87e.zip
pie: Fix ServiceManager incompatible matrix error
This commit fixes the issue with incompatible interface version. Android pie uses ServiceManager 1.1 version. On GPEVM, in addition to a logcat, a dialog box with message "There's an internal problem with your device. Contact your manufacturer for details" can be seen. This error can be seen on GPEVM device with touchscreen after the device is booted. It is caused by the difference of IServiceManager version in compatibility matrix and provided from OS. This can also lead to some binder errors. Signed-off-by: Mykhailo Sopiha <mykhailo.sopiha@linaro.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--compatibility_matrix.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility_matrix.xml b/compatibility_matrix.xml
index 847f781..20caf2f 100644
--- a/compatibility_matrix.xml
+++ b/compatibility_matrix.xml
@@ -25,7 +25,7 @@
25 </hal> 25 </hal>
26 <hal format="hidl" optional="false"> 26 <hal format="hidl" optional="false">
27 <name>android.hidl.manager</name> 27 <name>android.hidl.manager</name>
28 <version>1.2</version> 28 <version>1.1</version>
29 <interface> 29 <interface>
30 <name>IServiceManager</name> 30 <name>IServiceManager</name>
31 <instance>default</instance> 31 <instance>default</instance>