Enable libsnapshot_cow in recovery builds

update_engine is enabled in recovery mode, needs to link with
libsnapshot_cow

Test: mm -j
Change-Id: Ia4823c866b16f47cd03dda1779701e957a77aed6
This commit is contained in:
Kelvin Zhang 2020-09-01 10:19:52 -04:00
parent 29e7b2af30
commit f6219e2d56
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ cc_library_static {
"libsnapshot_cow_defaults",
],
host_supported: true,
recovery_available: true,
shared_libs: [
"libbase",
"libcrypto",