Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe12f3a2 authored by Devin Moore's avatar Devin Moore
Browse files

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
parent f28b8e80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<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>
+1 −1
Original line number Diff line number Diff line
<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>