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

Commit a7383b40 authored by Alessio Balsini's avatar Alessio Balsini
Browse files

libsnapshot_test runs as root



Add flag in Android.bp to force the execution of libsnapshot_test as
root.

Test: m
Bug: 142513589
Change-Id: I9d047a9e1f9ea6d6e5540fa66fb42603ea136641
Signed-off-by: default avatarAlessio Balsini <balsini@google.com>
parent 2d88794a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ cc_test {
    header_libs: [
        "libstorage_literals_headers",
    ],
    require_root: true,
}

cc_binary {