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
This commit is contained in:
Jeff Vander Stoep 2021-11-22 21:35:04 +01:00
parent eb74938269
commit 3bada5cbcd

View file

@ -13,6 +13,7 @@ cc_library_static {
],
cflags: ["-Werror", "-Wall", "-Wextra"],
export_include_dirs: ["."],
recovery_available: true,
}
cc_binary {