The target level as per requirements is 202404. This change is to set the manifest target level to the same. As the per the requirement, HIDL interfaces should not be used, hence this change is removing the hwservicemanager bootup and its signal to wait until its ready. Change-Id: I6646f5173951ba3c2e088ae19482d412e4f32e07
15 lines
402 B
XML
15 lines
402 B
XML
<!--
|
|
Copyright (C) 2022 The Linux Foundation
|
|
SPDX-License-Identifier: BSD-3-Clause
|
|
-->
|
|
<manifest version="8.0" type="device" target-level="202404">
|
|
<hal format="aidl">
|
|
<name>android.hardware.gatekeeper</name>
|
|
<version>1</version>
|
|
<interface>
|
|
<name>IGatekeeper</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|