summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor O'Brien2016-11-30 13:10:59 -0600
committerConnor O'Brien2016-12-07 21:04:58 -0600
commit100b491d2dea9734e4512371e720262e5cf9694b (patch)
treeb660977ada811356244c0fed227decd7b607fe5f /boot/1.0/vts/functional/vts/testcases/Android.mk
parent50dec2faa4eacb23399ac80b91405ed2ae190214 (diff)
downloadplatform-hardware-interfaces-100b491d2dea9734e4512371e720262e5cf9694b.tar.gz
platform-hardware-interfaces-100b491d2dea9734e4512371e720262e5cf9694b.tar.xz
platform-hardware-interfaces-100b491d2dea9734e4512371e720262e5cf9694b.zip
Boot HAL target-side test
Test: make vts; vts-tradefed run -m HalBootHidlTargetTest Bug: 32022514 Change-Id: I65606790cc3b2f93d6706b70fad21c172635e0c7 Signed-off-by: Connor O'Brien <connoro@google.com>
Diffstat (limited to 'boot/1.0/vts/functional/vts/testcases/Android.mk')
-rw-r--r--boot/1.0/vts/functional/vts/testcases/Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/boot/1.0/vts/functional/vts/testcases/Android.mk b/boot/1.0/vts/functional/vts/testcases/Android.mk
new file mode 100644
index 00000000..f9e32763
--- /dev/null
+++ b/boot/1.0/vts/functional/vts/testcases/Android.mk
@@ -0,0 +1,19 @@
1#
2# Copyright (C) 2016 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
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)