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:
Yifan Hong 2020-04-16 11:04:10 -07:00
parent 4577dff5a0
commit acf7d1b1a4

View file

@ -78,6 +78,7 @@ cc_defaults {
"librecovery_utils",
"libotautil",
"libsnapshot_nobinder",
"update_metadata-protos",
],
}