Merge "Update NNAPI VTS test makefile after adding AHardwareBuffer support"
This commit is contained in:
commit
4f3ff85b5d
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,9 @@ cc_library_static {
|
||||||
],
|
],
|
||||||
defaults: ["VtsHalTargetTestDefaults"],
|
defaults: ["VtsHalTargetTestDefaults"],
|
||||||
export_include_dirs: ["."],
|
export_include_dirs: ["."],
|
||||||
|
shared_libs: [
|
||||||
|
"libnativewindow",
|
||||||
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"android.hardware.neuralnetworks@1.0",
|
"android.hardware.neuralnetworks@1.0",
|
||||||
"android.hardware.neuralnetworks@1.1",
|
"android.hardware.neuralnetworks@1.1",
|
||||||
|
@ -47,6 +50,9 @@ cc_defaults {
|
||||||
"ValidateRequest.cpp",
|
"ValidateRequest.cpp",
|
||||||
"VtsHalNeuralnetworks.cpp",
|
"VtsHalNeuralnetworks.cpp",
|
||||||
],
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libnativewindow",
|
||||||
|
],
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"android.hardware.neuralnetworks@1.0",
|
"android.hardware.neuralnetworks@1.0",
|
||||||
"android.hardware.neuralnetworks@1.1",
|
"android.hardware.neuralnetworks@1.1",
|
||||||
|
|
Loading…
Reference in a new issue