Merge "Revert "Link libqemu_pipe into a.h.a.vehicle@2.0-default-impl-lib""
This commit is contained in:
commit
b22fba9f02
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,6 @@ cc_library_static {
|
|||
whole_static_libs: [
|
||||
"android.hardware.automotive.vehicle@2.0-emulated-user-hal-lib",
|
||||
"android.hardware.automotive.vehicle@2.0-manager-lib",
|
||||
"libqemu_pipe",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
@ -96,6 +95,7 @@ cc_library_static {
|
|||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
static_libs: [
|
||||
"libqemu_pipe",
|
||||
"android.hardware.automotive.vehicle@2.0-libproto-native",
|
||||
],
|
||||
}
|
||||
|
@ -211,5 +211,6 @@ cc_binary {
|
|||
"android.hardware.automotive.vehicle@2.0-manager-lib",
|
||||
"android.hardware.automotive.vehicle@2.0-default-impl-lib",
|
||||
"android.hardware.automotive.vehicle@2.0-libproto-native",
|
||||
"libqemu_pipe",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue