Use adbd_system_binaries to track adbd's dependencies.
required doesn't propagate from apexes, so we need a separate phony target to track adbd's dependenecies. Test: m Change-Id: I13977d1376de63839bf182d2cfa56b5c6c63aba9
This commit is contained in:
parent
0d76cad830
commit
a91e456fd4
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ cc_binary {
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"libminadbd_services",
|
"libminadbd_services",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
required: [
|
||||||
|
"adbd_system_binaries_recovery",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_test {
|
cc_test {
|
||||||
|
|
Loading…
Reference in a new issue