platform_system_security/keystore2/android.system.keystore2-service.xml
Shaquille Johnson ac3c2cdea4 Add new error for system errors that are retryable
Some issues require a system error to be raised that
indicates we should retry the process. This adds a new
error and bumps the version of the api for future use.

Test: atest keystore2_test
Bug: 238619180
Change-Id: Iff8fa83f7b223e08de9fa31434e16aa3aa2153f6
2024-01-12 15:50:54 +00:00

10 lines
288 B
XML

<manifest version="1.0" type="framework">
<hal format="aidl">
<name>android.system.keystore2</name>
<version>4</version>
<interface>
<name>IKeystoreService</name>
<instance>default</instance>
</interface>
</hal>
</manifest>