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

Commit 3bada5cb authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Make libmini_keyctl_static available in recovery

So libfsverity_init can be used in init to load fsverity keys in
early boot.

Bug: 199914227
Test: build
Change-Id: I514ab602ef03f4528cb013bd268fa6dfcb7eb5b2
parent eb749382
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ cc_library_static {
    ],
    cflags: ["-Werror", "-Wall", "-Wextra"],
    export_include_dirs: ["."],
    recovery_available: true,
}

cc_binary {