summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Moore <devinmoore@google.com>2023-11-13 19:46:22 +0000
committerDevin Moore <devinmoore@google.com>2023-11-15 22:40:29 +0000
commit7734a93f3d4bb91a4604c102ff73a3973cb51bf4 (patch)
tree95a8ccac2161025444aec8c2bc422131ec461700
parent3eff313d1adc5d890502290e76b99075398c53d1 (diff)
downloadlibhidl-7734a93f3d4bb91a4604c102ff73a3973cb51bf4.tar.gz
Remove hidl.memory from vintf manifest for V+
Adding the broken VTS test to presubmit TEST_MAPPING so this doesn't happen again. Test: atest vts_treble_vintf_framework_test Test: atest vts_treble_vintf_vendor_test Bug: 310680652 Bug: 205764958 Change-Id: I96529347b25dd3b9d79c88fd31bbc1ae9232bdc5
-rw-r--r--vintfdata/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vintfdata/manifest.xml b/vintfdata/manifest.xml
index 84ef3e8..61a42a0 100644
--- a/vintfdata/manifest.xml
+++ b/vintfdata/manifest.xml
@@ -1,5 +1,5 @@
<manifest version="1.0" type="framework">
- <hal format="hidl">
+ <hal format="hidl" max-level="8">
<name>android.hidl.memory</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>