• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2019 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
16COMPATIBILITY_TESTCASES_OUT_mts := $(HOST_OUT)/mts/android-mts/testcases
17
18mts_modules :=
19mts_modules += \
20               adbd \
21               adservices \
22               appsearch \
23               art \
24               bluetooth \
25               cellbroadcast \
26               conscrypt \
27               dnsresolver \
28               documentsui \
29               extservices \
30               ipsec \
31               mainline-infra \
32               media \
33               mediaprovider \
34               networking \
35               neuralnetworks \
36               ondevicepersonalization \
37               permission \
38               scheduling \
39               sdkextensions \
40               statsd \
41               tethering \
42               tzdata \
43               uwb \
44               wifi
45
46$(foreach module, $(mts_modules), \
47	$(eval COMPATIBILITY_TESTCASES_OUT_mts-$(module) := $(HOST_OUT)/mts-$(module)/android-mts-$(module)/testcases))
48
49