Files
device_oneplus_8750-common/manifest_sun.xml
Shashank Sivakumar e94b67936f sm8750-common: Update target level to 202404
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
2025-09-06 00:41:44 +01:00

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>