mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
CameraVTS: build with static libhidlbase am: ca6839888e
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3177740 Change-Id: I300e7893830d50848058f67de0088cb1cc806f1b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
10
Android.bp
10
Android.bp
@@ -51,6 +51,7 @@ cc_defaults {
|
||||
// Lists all dependencies that can *not* be expected on the device.
|
||||
static_libs: [
|
||||
"VtsHalHidlTestUtils",
|
||||
"libhidlbase",
|
||||
"libhidl-gen-utils",
|
||||
],
|
||||
|
||||
@@ -63,7 +64,6 @@ cc_defaults {
|
||||
"libbase",
|
||||
// All the following are dependencies of any HAL definition library.
|
||||
"libcutils",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libutils",
|
||||
],
|
||||
@@ -72,6 +72,14 @@ cc_defaults {
|
||||
"-g",
|
||||
],
|
||||
|
||||
target: {
|
||||
android: {
|
||||
shared_libs: [
|
||||
"libvndksupport",
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
require_root: true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user