mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
Merge "Camera test statically links to dependencies." into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1f789fc39c
@@ -16,30 +16,27 @@
|
||||
|
||||
cc_test {
|
||||
name: "VtsHalCameraProviderV2_4TargetTest",
|
||||
defaults: ["hidl_defaults"],
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: ["VtsHalCameraProviderV2_4TargetTest.cpp"],
|
||||
|
||||
// TODO(b/64437680): Assume these are always available on the device.
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libhidlbase",
|
||||
"libhidltransport",
|
||||
"libcutils",
|
||||
"libutils",
|
||||
"android.hardware.camera.provider@2.4",
|
||||
"android.hardware.camera.device@3.2",
|
||||
"android.hardware.camera.device@1.0",
|
||||
"libcamera_metadata",
|
||||
"libbinder",
|
||||
"libcamera_metadata",
|
||||
"libfmq",
|
||||
"libgui",
|
||||
"libui",
|
||||
"libfmq",
|
||||
],
|
||||
|
||||
// Statically link to libs not guaranteed to be present on the device.
|
||||
static_libs: [
|
||||
"VtsHalHidlTargetTestBase",
|
||||
"libgrallocusage",
|
||||
"android.hardware.camera.common@1.0",
|
||||
"android.hardware.camera.common@1.0-helper",
|
||||
],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
"android.hardware.camera.device@1.0",
|
||||
"android.hardware.camera.device@3.2",
|
||||
"android.hardware.camera.provider@2.4",
|
||||
"android.hardware.graphics.common@1.0",
|
||||
"android.hardware.graphics.mapper@2.0",
|
||||
"libgrallocusage",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user