Loading fs_mgr/libsnapshot/snapshot_test.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -2840,7 +2840,6 @@ void SnapshotTestEnvironment::SetUp() { // that is fixed, don't call GTEST_SKIP here, but instead call GTEST_SKIP in individual test // suites. RETURN_IF_NON_VIRTUAL_AB_MSG("Virtual A/B is not enabled, skipping global setup.\n"); RETURN_IF_VENDOR_ON_ANDROID_S_MSG("Test not enabled for Vendor on Android S.\n"); std::vector<std::string> paths = { // clang-format off Loading rootdir/init.rc +8 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,14 @@ on late-fs chmod 0755 /sys/kernel/tracing chmod 0755 /sys/kernel/debug/tracing # Early HALs may use early VM. Mount /mnt/vm before starting such HALs. mkdir /mnt/vm 0755 root root mount tmpfs tmpfs /mnt/vm nosuid nodev noexec rw restorecon /mnt/vm chown system system /mnt/vm chmod 0770 /mnt/vm mkdir /mnt/vm/early 0770 system system # HALs required before storage encryption can get unlocked (FBE) class_start early_hal Loading Loading
fs_mgr/libsnapshot/snapshot_test.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -2840,7 +2840,6 @@ void SnapshotTestEnvironment::SetUp() { // that is fixed, don't call GTEST_SKIP here, but instead call GTEST_SKIP in individual test // suites. RETURN_IF_NON_VIRTUAL_AB_MSG("Virtual A/B is not enabled, skipping global setup.\n"); RETURN_IF_VENDOR_ON_ANDROID_S_MSG("Test not enabled for Vendor on Android S.\n"); std::vector<std::string> paths = { // clang-format off Loading
rootdir/init.rc +8 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,14 @@ on late-fs chmod 0755 /sys/kernel/tracing chmod 0755 /sys/kernel/debug/tracing # Early HALs may use early VM. Mount /mnt/vm before starting such HALs. mkdir /mnt/vm 0755 root root mount tmpfs tmpfs /mnt/vm nosuid nodev noexec rw restorecon /mnt/vm chown system system /mnt/vm chmod 0770 /mnt/vm mkdir /mnt/vm/early 0770 system system # HALs required before storage encryption can get unlocked (FBE) class_start early_hal Loading