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:
parent
eb74938269
commit
3bada5cbcd
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ cc_library_static {
|
|||
],
|
||||
cflags: ["-Werror", "-Wall", "-Wextra"],
|
||||
export_include_dirs: ["."],
|
||||
recovery_available: true,
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
|
|
Loading…
Reference in a new issue