Merge "fastboot: fastbootd uses libadbd.so."

This commit is contained in:
Tao Bao 2018-08-09 16:31:29 +00:00 committed by Gerrit Code Review
commit 075c351af2

View file

@ -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",