diff options
| author | Keun Soo Yim <yim@google.com> | 2016-11-17 15:49:13 -0800 |
|---|---|---|
| committer | Keun Soo Yim <yim@google.com> | 2016-11-21 19:16:12 -0800 |
| commit | 8a36c0b01c6aad5fbcc238ba81337b205f897df3 (patch) | |
| tree | 8573f9a5a5d63cd19411c04c0760d65c151b83c7 /health | |
| parent | 0b855f81c8928b5f48e20274a15f032475872be2 (diff) | |
| download | android_hardware_interfaces-8a36c0b01c6aad5fbcc238ba81337b205f897df3.tar.gz android_hardware_interfaces-8a36c0b01c6aad5fbcc238ba81337b205f897df3.tar.bz2 android_hardware_interfaces-8a36c0b01c6aad5fbcc238ba81337b205f897df3.zip | |
move VTS HIDL HAL tests to the corresponding interface directories
Bug: 32783461
Test: vts-tradefed; run vts-hal-hidl
Change-Id: Iead44eaf65dcd4de2286267467c4a4a322a88205
Diffstat (limited to 'health')
| -rw-r--r-- | health/Android.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/health/Android.mk b/health/Android.mk new file mode 100644 index 000000000..f9e32763f --- /dev/null +++ b/health/Android.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2016 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +LOCAL_PATH := $(call my-dir) + +include $(call all-subdir-makefiles) |
