Add missing dep.
libsnapshot_nobinder uses update_metadata-protos. This used to be optimized out, but now that SnapshotManager is virtual, CreateUpdateSnapshots can no longer be optimized out. Bug: 148956645 Test: compiles Change-Id: Iab1c9d92de2e558c73cf7da736c543b2ac8c0aa5
This commit is contained in:
parent
4577dff5a0
commit
acf7d1b1a4
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ cc_defaults {
|
|||
"librecovery_utils",
|
||||
"libotautil",
|
||||
"libsnapshot_nobinder",
|
||||
"update_metadata-protos",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue