diff options
author | Steven Moreland <smoreland@google.com> | 2017-01-14 00:00:26 +0000 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-01-14 00:00:26 +0000 |
commit | 96232e327f166061c6362adc6a24e909967b0982 (patch) | |
tree | ff1245c99f12b3cf22e17068bb38b2f0489585e1 /memtrack | |
parent | 070e8d211663bc90370cb5d84de8c66eb25200cf (diff) | |
download | platform_hardware_interfaces-96232e327f166061c6362adc6a24e909967b0982.tar.gz platform_hardware_interfaces-96232e327f166061c6362adc6a24e909967b0982.tar.bz2 platform_hardware_interfaces-96232e327f166061c6362adc6a24e909967b0982.zip |
Revert "Revert "move VTS HIDL HAL tests to the corresponding interface directories""
This reverts commit 070e8d211663bc90370cb5d84de8c66eb25200cf.
Change-Id: I66dd4e6cf875e39e58b0d91724a603b37d32c0ac
Diffstat (limited to 'memtrack')
-rw-r--r-- | memtrack/Android.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/memtrack/Android.mk b/memtrack/Android.mk new file mode 100644 index 0000000000..f9e32763ff --- /dev/null +++ b/memtrack/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) |