1# Copyright (C) 2016 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15instrumentation_metric_tests := \
16    AutofillPerfTests \
17    crashcollector \
18    CorePerfTests \
19    DocumentsUIAppPerfTests \
20    MtpDocumentsProviderPerfTests \
21    RsBlasBenchmark \
22    ImageProcessingJB \
23    MultiUserPerfTests \
24    NeuralNetworksApiBenchmark \
25    TextClassifierPerfTests
26
27    # TODO(b/72332760): Uncomment when fixed
28    #DocumentsUIPerfTests
29
30ifneq ($(strip $(BOARD_PERFSETUP_SCRIPT)),)
31instrumentation_metric_tests += perf-setup.sh
32endif
33