summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2021-11-03 13:08:05 -0700
committerSteven Moreland <smoreland@google.com>2021-11-03 13:17:36 -0700
commitfb91e8109d5ab6285634f5342becbb8cfc8a09bf (patch)
treec74e7887a0820deabcb11a923a9441e86eaa130f
parente29b2ad2157639fd466644154cde7673b052fa8d (diff)
downloadlibhidl-fb91e8109d5ab6285634f5342becbb8cfc8a09bf.tar.gz
Mark IDisplayService as deprecated.
Nothing uses this in the Android tree that I can find, but for being cautious and according to Treble rules, deprecating this service. Funny story, I implemented this service around midnight or so because I couldn't wait to get that vsync data out of there! If any device is using this service and needs to launch on Android T, please reach out. We could deliver another solution or restore this temporarily. However, in general, using binder calls to do frame timing is pretty errorprone. You may prefer sync fences or similar. Fixes: 141930622 Test: boot cf, lshal | grep display Test: atest vts_treble_vintf_{vendor,framework}_test Change-Id: I64353ae9cabce6bec77244f89502dc8719df4889
-rw-r--r--vintfdata/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vintfdata/manifest.xml b/vintfdata/manifest.xml
index 8fd69b9..9d7bfcb 100644
--- a/vintfdata/manifest.xml
+++ b/vintfdata/manifest.xml
@@ -26,7 +26,7 @@
<instance>default</instance>
</interface>
</hal>
- <hal>
+ <hal max-level="6">
<name>android.frameworks.displayservice</name>
<transport>hwbinder</transport>
<version>1.0</version>