mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Neural networks test static links to HAL def libs." into oc-mr1-dev am: 33687730ee
am: 986d5a9707
Change-Id: I39c36c41ea2b3956c6cc0a2bf316fed17ae46933
This commit is contained in:
@@ -17,21 +17,11 @@
|
||||
cc_test {
|
||||
name: "VtsHalNeuralnetworksV1_0TargetTest",
|
||||
srcs: ["VtsHalNeuralnetworksV1_0TargetTest.cpp"],
|
||||
defaults: ["hidl_defaults"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"libhidlbase",
|
||||
"libhidlmemory",
|
||||
"libhidltransport",
|
||||
"liblog",
|
||||
"libutils",
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
static_libs: [
|
||||
"android.hardware.neuralnetworks@1.0",
|
||||
"android.hidl.allocator@1.0",
|
||||
"android.hidl.memory@1.0",
|
||||
],
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
"libhidlmemory",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user