From aa5e7bcd1316ca8714a32977fd2211db936b05ee Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Mon, 7 Dec 2020 14:15:42 -0800 Subject: [PATCH] Link libqemu_pipe into a.h.a.vehicle@2.0-default-impl-lib libqemu_pipe is an implementation detail in android.hardware.automotive.vehicle@2.0-default-impl-lib. libqemu_pipe module will be replaced with one from device/generic/goldfish. Bug: 175046060 Test: m android.hardware.automotive.vehicle@2.0-virtualization-service Signed-off-by: Roman Kiryanov Change-Id: I00de16c55797e3aaf650aee6d0ec400fd12c2de2 --- automotive/vehicle/2.0/default/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automotive/vehicle/2.0/default/Android.bp b/automotive/vehicle/2.0/default/Android.bp index 9a0d89d209..246246c12c 100644 --- a/automotive/vehicle/2.0/default/Android.bp +++ b/automotive/vehicle/2.0/default/Android.bp @@ -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", ], }