aboutsummaryrefslogtreecommitdiff
path: root/update_verifier/Android.bp
diff options
context:
space:
mode:
authorJulian Veit <Claymore1298@gmail.com>2024-06-13 08:17:58 +0200
committerJulian Veit <Claymore1298@gmail.com>2024-06-13 08:17:58 +0200
commit090e278f122777078f470fe87e11ad1212db90ef (patch)
tree5473ec2fd9a90bdf60757ffcb5ade48b088cb4ed /update_verifier/Android.bp
parent6d486b1f5660f2a9fc3f4559c03d9d4989af2c99 (diff)
parent8904d2a254c5263caded20af8fde209f8b37f22d (diff)
Merge branch 'lineage-20.0' of https://github.com/LineageOS/android_bootable_recovery into HEADHEADt13.0
Change-Id: Ic0aae25ab32e81f4ebf802693f8c9a2fdc283beb
Diffstat (limited to 'update_verifier/Android.bp')
-rw-r--r--update_verifier/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/update_verifier/Android.bp b/update_verifier/Android.bp
index 220b007f..cb97bd1f 100644
--- a/update_verifier/Android.bp
+++ b/update_verifier/Android.bp
@@ -73,6 +73,10 @@ cc_library_static {
"libvold_binder",
],
+ whole_static_libs: [
+ "libsnapshot_snapuserd",
+ ],
+
shared_libs: [
"android.hardware.boot@1.0",
"libbase",