Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 110988d5 authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

Adding require_root for libfs_avb_device_test

The test requires to load and verify vbmeta struct from partitions,
and thus needs adb root.

Bug: None
Test: atest libfs_avb_device_test
Change-Id: I4924d6e41edc78898d9ef9c3d7f52c9066f750b1
parent 58bd37f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ cc_test_host {
cc_test {
    name: "libfs_avb_device_test",
    test_suites: ["device-tests"],
    require_root: true,
    static_libs: [
        "libavb",
        "libdm",