summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelvin Zhang <zhangkelvin@google.com>2022-05-18 15:04:46 -0700
committerKelvin Zhang <zhangkelvin@google.com>2022-06-09 13:46:02 -0700
commitaef295424e180445fd29d61f728476321e07d33f (patch)
tree4c6417d883da065310498cf21b123630ea020aea
parenta3982f5ae5cabeb9d004efda76acf59fd2b83320 (diff)
downloadkernel-aef295424e180445fd29d61f728476321e07d33f.tar.gz
Add newly added generic ramdisk modules to allow list
AOSP link: https://android-review.googlesource.com/c/platform/test/vts-testcase/kernel/+/2100761/ Bug: 229419344 Bug: 233159800 Test: th Change-Id: Ia763056082a4dc9672d03f24c29074e36f86fe92
-rw-r--r--gki/generic_boot_image_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gki/generic_boot_image_test.cpp b/gki/generic_boot_image_test.cpp
index 3fd1e853..e3ae9aff 100644
--- a/gki/generic_boot_image_test.cpp
+++ b/gki/generic_boot_image_test.cpp
@@ -122,6 +122,9 @@ TEST_F(GenericBootImageTest, GenericRamdisk) {
std::set<std::string> generic_ramdisk_allowlist{
"init",
+ "system/bin/e2fsck",
+ "system/bin/fsck.f2fs",
+ "system/bin/tune2fs",
"system/bin/snapuserd",
"system/etc/ramdisk/build.prop",
};