From 3bada5cbcd9990411fc7a25070236f6a52c4d5c8 Mon Sep 17 00:00:00 2001 From: Jeff Vander Stoep Date: Mon, 22 Nov 2021 21:35:04 +0100 Subject: [PATCH] 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 --- mini_keyctl/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/mini_keyctl/Android.bp b/mini_keyctl/Android.bp index 417ddac18..0325c5b4b 100644 --- a/mini_keyctl/Android.bp +++ b/mini_keyctl/Android.bp @@ -13,6 +13,7 @@ cc_library_static { ], cflags: ["-Werror", "-Wall", "-Wextra"], export_include_dirs: ["."], + recovery_available: true, } cc_binary {