xref: /aosp_15_r20/frameworks/base/tests/PlatformCompatGating/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d57664e9SAndroid Build Coastguard Worker
3*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
4*d57664e9SAndroid Build Coastguard Worker    package="com.android.tests.gating">
5*d57664e9SAndroid Build Coastguard Worker
6*d57664e9SAndroid Build Coastguard Worker    <queries>
7*d57664e9SAndroid Build Coastguard Worker        <package android:name="com.android.tests.gating.app_not_installed" />
8*d57664e9SAndroid Build Coastguard Worker    </queries>
9*d57664e9SAndroid Build Coastguard Worker
10*d57664e9SAndroid Build Coastguard Worker    <application android:label="GatingTest">
11*d57664e9SAndroid Build Coastguard Worker        <uses-library android:name="android.test.runner" />
12*d57664e9SAndroid Build Coastguard Worker    </application>
13*d57664e9SAndroid Build Coastguard Worker
14*d57664e9SAndroid Build Coastguard Worker    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
15*d57664e9SAndroid Build Coastguard Worker                     android:targetPackage="com.android.tests.gating"/>
16*d57664e9SAndroid Build Coastguard Worker</manifest>
17