summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'neuralnetworks/1.0/vts/functional/Android.bp')
-rw-r--r--neuralnetworks/1.0/vts/functional/Android.bp36
1 files changed, 36 insertions, 0 deletions
diff --git a/neuralnetworks/1.0/vts/functional/Android.bp b/neuralnetworks/1.0/vts/functional/Android.bp
new file mode 100644
index 00000000..e33ee77f
--- /dev/null
+++ b/neuralnetworks/1.0/vts/functional/Android.bp
@@ -0,0 +1,36 @@
1//
2// Copyright (C) 2017 The Android Open Source Project
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15//
16
17cc_test {
18 name: "VtsHalNeuralnetworksV1_0TargetTest",
19 srcs: [
20 "Callbacks.cpp",
21 "GeneratedTestHarness.cpp",
22 "Models.cpp",
23 "VtsHalNeuralnetworksV1_0TargetTest.cpp",
24 ],
25 defaults: ["VtsHalTargetTestDefaults"],
26 static_libs: [
27 "android.hardware.neuralnetworks@1.0",
28 "android.hidl.allocator@1.0",
29 "android.hidl.memory@1.0",
30 "libhidlmemory",
31 ],
32 header_libs: [
33 "libneuralnetworks_generated_test_harness_headers",
34 "libneuralnetworks_generated_tests",
35 ],
36}