mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Merge "Remove static vndk dep from vendor modules" am: 437baabfde am: 5d5fee2ef2
am: 936efb8177
Change-Id: Ifb7b89378fd22a8c8cf8a89b41845339c3e0c60f
This commit is contained in:
@@ -71,10 +71,10 @@ cc_library_static {
|
||||
whole_static_libs: ["android.hardware.automotive.vehicle@2.0-manager-lib"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libjsoncpp",
|
||||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
static_libs: [
|
||||
"libjsoncpp",
|
||||
"libqemu_pipe",
|
||||
"android.hardware.automotive.vehicle@2.0-libproto-native",
|
||||
],
|
||||
@@ -106,13 +106,13 @@ cc_binary {
|
||||
srcs: ["VehicleService.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libjsoncpp",
|
||||
"libprotobuf-cpp-lite",
|
||||
],
|
||||
static_libs: [
|
||||
"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",
|
||||
"libjsoncpp",
|
||||
"libqemu_pipe",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user