BoardConfig: fstab: sepolicy: update path to soc@0
Upstream kernel commit a1875bf98290 ("arm64: dts: qcom: sdm845:
Add unit name to soc node") changed the soc node name to soc@0.
This caused the path names to change - adjust fstab.ramdisk accordingly.
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Amit Pundir <pundiramit@gmail.com>
diff --git a/aosp_beryllium/fstab.ramdisk b/aosp_beryllium/fstab.ramdisk
index a5dc024..9bfe979 100644
--- a/aosp_beryllium/fstab.ramdisk
+++ b/aosp_beryllium/fstab.ramdisk
@@ -1,2 +1,2 @@
-/dev/block/platform/soc/1d84000.ufshc/by-name/system /system ext4 noatime,ro,errors=panic wait,first_stage_mount
-/dev/block/platform/soc/1d84000.ufshc/by-name/vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount
+/dev/block/platform/soc@0/1d84000.ufshc/by-name/system /system ext4 noatime,ro,errors=panic wait,first_stage_mount
+/dev/block/platform/soc@0/1d84000.ufshc/by-name/vendor /vendor ext4 noatime,ro,errors=panic wait,first_stage_mount