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