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:
parent
29e7b2af30
commit
f6219e2d56
|
@ -145,6 +145,7 @@ cc_library_static {
|
|||
"libsnapshot_cow_defaults",
|
||||
],
|
||||
host_supported: true,
|
||||
recovery_available: true,
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libcrypto",
|
||||
|
|
Loading…
Reference in New Issue