Add max-level to android.hardware.cas manifest files

These services are deprecated as of FCM level 8, so don't declare them
in devices targetting 8+.

Test: m
Bug: 350652676
Bug: 351837261
Change-Id: Ieb18b116c4b95dc9caac3b992cc547ac5806a3f0
This commit is contained in:
Devin Moore
2024-07-08 17:27:29 +00:00
parent f28b8e809c
commit fe12f3a282
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<hal format="hidl" max-level="7">
<name>android.hardware.cas</name>
<transport>hwbinder</transport>
<version>1.2</version>

View File

@@ -1,5 +1,5 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<hal format="hidl" max-level="7">
<name>android.hardware.cas</name>
<transport>hwbinder</transport>
<version>1.2</version>