summaryrefslogtreecommitdiffstats
path: root/update_verifier/Android.bp
diff options
context:
space:
mode:
authorKalesh Singh <kaleshsingh@google.com>2023-01-10 18:08:09 +0100
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-01-10 18:08:09 +0100
commit9fd1bd240e094a0f45f998a58039bca9c6578836 (patch)
treefa474dbcd1043cf932a0277d2e3abcdbfd9391ef /update_verifier/Android.bp
parentImport translations. DO NOT MERGE ANYWHERE (diff)
parentupdate_verifier: Verify blocks (diff)
downloadandroid_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar.gz
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar.bz2
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar.lz
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar.xz
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.tar.zst
android_bootable_recovery-9fd1bd240e094a0f45f998a58039bca9c6578836.zip
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 220b007f5..cb97bd1f7 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",