Merge "(reland) Link libqemu_pipe into a.h.a.vehicle@2.0-default-impl-lib" am: 46ca02f425

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1522197

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I027a0ebc4593cc537cccf6e901589f5735f8e13b
This commit is contained in:
Roman Kiryanov 2020-12-10 04:35:49 +00:00 committed by Automerger Merge Worker
commit 9da9beb860

View file

@ -88,6 +88,7 @@ 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",
@ -95,7 +96,6 @@ cc_library_static {
"libprotobuf-cpp-lite",
],
static_libs: [
"libqemu_pipe",
"android.hardware.automotive.vehicle@2.0-libproto-native",
],
}
@ -211,6 +211,5 @@ 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",
],
}