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