dm3q: Fix parse init scripts during build

* host_init_verifier: Command 'mkdir /efs/pfw_data 0760 vendor_spay vendor_spay' (out/soong/.intermediates/device/samsung/dm2q/init/init.dm2q.rc/android_arm64_armv8-a-branchprot/init.dm2q.rc:43) failed: Unable to decode UID for 'vendor_spay': getpwnam failed: No such file or directory
* host_init_verifier: Command 'chown vendor_spay system /dev/mst_ctrl' (out/soong/.intermediates/device/samsung/dm2q/init/init.dm2q.rc/android_arm64_armv8-a-branchprot/init.dm2q.rc:46) failed: Unable to decode UID for 'vendor_spay': getpwnam failed: No such file or directory
* host_init_verifier: Failed to parse init scripts with 2 error(s).

Change-Id: I335548e1764be85e57273798b1e7ed18ab6f0e00
This commit is contained in:
chaptsand
2023-10-01 23:56:38 +08:00
parent b53cf8fdbe
commit 3266f0241c

View File

@@ -39,11 +39,8 @@ on post-fs
on late-fs on late-fs
on post-fs-data on post-fs-data
# Samsung Pay
mkdir /efs/pfw_data 0760 vendor_spay vendor_spay
# MST/NFC Switch # MST/NFC Switch
chown vendor_spay system /dev/mst_ctrl chown system /dev/mst_ctrl
chmod 0660 /dev/mst_ctrl chmod 0660 /dev/mst_ctrl
#mAFPC #mAFPC