diff options
| author | Sasha Smundak <asmundak@google.com> | 2019-05-14 19:12:22 -0700 |
|---|---|---|
| committer | Sasha Smundak <asmundak@google.com> | 2019-05-15 10:12:47 -0700 |
| commit | e94868801574f9ffacfb0dffeb9d4d321f606292 (patch) | |
| tree | 4832b02425b0e9fc8b3f80f9f031bc8157761922 /input | |
| parent | 16f31c459d38db3937adddc3e0c432fc8939a135 (diff) | |
| download | platform_test_vts-testcase_hal-e94868801574f9ffacfb0dffeb9d4d321f606292.tar.gz platform_test_vts-testcase_hal-e94868801574f9ffacfb0dffeb9d4d321f606292.tar.bz2 platform_test_vts-testcase_hal-e94868801574f9ffacfb0dffeb9d4d321f606292.zip | |
Convert Android.mk files to Android.bp
See build/soong/README.md for more information.
Bug: 122332712
Test: treehugger
Change-Id: Iea5a2f56bc604c9c5e94152def113d5afda9006d
Diffstat (limited to 'input')
| -rw-r--r-- | input/classifier/V1_0/target/Android.bp | 19 | ||||
| -rw-r--r-- | input/classifier/V1_0/target/Android.mk | 22 |
2 files changed, 19 insertions, 22 deletions
diff --git a/input/classifier/V1_0/target/Android.bp b/input/classifier/V1_0/target/Android.bp new file mode 100644 index 00000000..8332eb49 --- /dev/null +++ b/input/classifier/V1_0/target/Android.bp @@ -0,0 +1,19 @@ +// +// Copyright (C) 2019 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. +// + +vts_config { + name: "VtsHalInputClassifierV1_0Target", +} diff --git a/input/classifier/V1_0/target/Android.mk b/input/classifier/V1_0/target/Android.mk deleted file mode 100644 index 578f66e3..00000000 --- a/input/classifier/V1_0/target/Android.mk +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright (C) 2019 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 $(CLEAR_VARS) - -LOCAL_MODULE := VtsHalInputClassifierV1_0Target -include test/vts/tools/build/Android.host_config.mk |
