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
This commit is contained in:
committed by
Bruno Martins
parent
0b65ce1f12
commit
e94b67936f
@@ -76,7 +76,6 @@ on early-fs
|
||||
start vold
|
||||
|
||||
on fs
|
||||
start hwservicemanager
|
||||
mount_all --early
|
||||
chown root system /mnt/vendor/persist
|
||||
chmod 0771 /mnt/vendor/persist
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Copyright (C) 2022 The Linux Foundation
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
-->
|
||||
<manifest version="8.0" type="device" target-level="8">
|
||||
<manifest version="8.0" type="device" target-level="202404">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.gatekeeper</name>
|
||||
<version>1</version>
|
||||
|
||||
Reference in New Issue
Block a user