xref: /aosp_15_r20/system/timezone/apex/tests/AndroidManifest.xml (revision 2fd832c65f8b41db7ddb4ac802b9196762fe4888)
1*2fd832c6SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*2fd832c6SAndroid Build Coastguard Worker<!--
3*2fd832c6SAndroid Build Coastguard Worker  ~ Copyright (C) 2020 The Android Open Source Project
4*2fd832c6SAndroid Build Coastguard Worker  ~
5*2fd832c6SAndroid Build Coastguard Worker  ~ Licensed under the Apache License, Version 2.0 (the "License");
6*2fd832c6SAndroid Build Coastguard Worker  ~ you may not use this file except in compliance with the License.
7*2fd832c6SAndroid Build Coastguard Worker  ~ You may obtain a copy of the License at
8*2fd832c6SAndroid Build Coastguard Worker  ~
9*2fd832c6SAndroid Build Coastguard Worker  ~      http://www.apache.org/licenses/LICENSE-2.0
10*2fd832c6SAndroid Build Coastguard Worker  ~
11*2fd832c6SAndroid Build Coastguard Worker  ~ Unless required by applicable law or agreed to in writing, software
12*2fd832c6SAndroid Build Coastguard Worker  ~ distributed under the License is distributed on an "AS IS" BASIS,
13*2fd832c6SAndroid Build Coastguard Worker  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14*2fd832c6SAndroid Build Coastguard Worker  ~ See the License for the specific language governing permissions and
15*2fd832c6SAndroid Build Coastguard Worker  ~ limitations under the License
16*2fd832c6SAndroid Build Coastguard Worker  -->
17*2fd832c6SAndroid Build Coastguard Worker
18*2fd832c6SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19*2fd832c6SAndroid Build Coastguard Worker          package="android.tzdata.mts">
20*2fd832c6SAndroid Build Coastguard Worker
21*2fd832c6SAndroid Build Coastguard Worker    <application>
22*2fd832c6SAndroid Build Coastguard Worker        <uses-library android:name="android.test.runner" />
23*2fd832c6SAndroid Build Coastguard Worker    </application>
24*2fd832c6SAndroid Build Coastguard Worker
25*2fd832c6SAndroid Build Coastguard Worker    <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29" />
26*2fd832c6SAndroid Build Coastguard Worker
27*2fd832c6SAndroid Build Coastguard Worker    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
28*2fd832c6SAndroid Build Coastguard Worker                     android:targetPackage="android.tzdata.mts"
29*2fd832c6SAndroid Build Coastguard Worker                     android:label="MTS tests for the tzdata mainline module">
30*2fd832c6SAndroid Build Coastguard Worker    </instrumentation>
31*2fd832c6SAndroid Build Coastguard Worker
32*2fd832c6SAndroid Build Coastguard Worker</manifest>
33*2fd832c6SAndroid Build Coastguard Worker
34