diff options
Diffstat (limited to 'update_verifier/Android.bp')
-rw-r--r-- | update_verifier/Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/update_verifier/Android.bp b/update_verifier/Android.bp index cb97bd1f7..3c4ec4a99 100644 --- a/update_verifier/Android.bp +++ b/update_verifier/Android.bp @@ -74,11 +74,12 @@ cc_library_static { ], whole_static_libs: [ - "libsnapshot_snapuserd", + "libsnapshot_snapuserd", ], shared_libs: [ "android.hardware.boot@1.0", + "libboot_control_client", "libbase", "libcutils", "libbinder", @@ -118,6 +119,7 @@ cc_binary { "libprotobuf-cpp-lite", "libbinder", "libutils", + "libboot_control_client", ], init_rc: [ |