Merge "fastboot: fastbootd uses libadbd.so."
This commit is contained in:
commit
075c351af2
1 changed files with 12 additions and 15 deletions
|
|
@ -101,23 +101,20 @@ cc_binary {
|
|||
],
|
||||
|
||||
shared_libs: [
|
||||
"libasyncio",
|
||||
"libext4_utils",
|
||||
"libsparse",
|
||||
"liblog",
|
||||
"android.hardware.boot@1.0",
|
||||
"libbootloader_message",
|
||||
"libhidltransport",
|
||||
"libhidlbase",
|
||||
"libhwbinder",
|
||||
"libbase",
|
||||
"libutils",
|
||||
"libcutils",
|
||||
"libfs_mgr",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libadbd",
|
||||
"libasyncio",
|
||||
"libbase",
|
||||
"libbootloader_message",
|
||||
"libcutils",
|
||||
"libext4_utils",
|
||||
"libfs_mgr",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libhwbinder",
|
||||
"liblog",
|
||||
"libsparse",
|
||||
"libutils",
|
||||
],
|
||||
|
||||
cpp_std: "c++17",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue