Przeglądaj źródła

cap_sprout: switched to 4.1 KM in manifest

* For some reason, in manifest, KM were set to only 4.0 it has to be 4.1

Signed-off-by: Carlo Dee <carlodee.official@proton.me>
Carlo Dee 2 lat temu
rodzic
commit
f503369c8c
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      recovery/root/vendor/etc/vintf/manifest.xml

+ 2 - 2
recovery/root/vendor/etc/vintf/manifest.xml

@@ -82,12 +82,12 @@
     <hal format="hidl">
         <name>android.hardware.keymaster</name>
         <transport>hwbinder</transport>
-        <version>4.0</version>
+        <version>4.1</version>
         <interface>
             <name>IKeymasterDevice</name>
             <instance>default</instance>
         </interface>
-        <fqname>@4.0::IKeymasterDevice/default</fqname>
+        <fqname>@4.1::IKeymasterDevice/default</fqname>
     </hal>
     <hal format="hidl">
         <name>android.hardware.media.omx</name>