aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2021-11-30 05:25:30 +0100
committerJeff Vander Stoep <jeffv@google.com>2021-11-30 05:25:30 +0100
commit0051d4eeb7e191617af80f8d715ac7ea9bd215a6 (patch)
tree3878dc2f5a1614dd4a4a370add0c38eb67da43ba
parent293f2557ec8850584a5900bb745374dbc04e74d3 (diff)
downloadfsverity-utils-0051d4eeb7e191617af80f8d715ac7ea9bd215a6.tar.gz
Make libfsverity available in recovery
Bug: 199914227 Test: build Change-Id: I29c05c0675fd55ca0e6c5a7beb23b92969330cb3
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0def3d9..d7abc42 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@ cc_library {
"//apex_available:platform",
"com.android.compos",
],
+ recovery_available: true,
srcs: [
"lib/*.c",