1*fc9e02ccSAndroid Build Coastguard Worker<!-- 2*fc9e02ccSAndroid Build Coastguard Worker ~ Copyright (C) 2022 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="android.packagemanagerlocal.cts_root" > 19*fc9e02ccSAndroid Build Coastguard Worker 20*fc9e02ccSAndroid Build Coastguard Worker <application> 21*fc9e02ccSAndroid Build Coastguard Worker <uses-library android:name="android.test.runner" /> 22*fc9e02ccSAndroid Build Coastguard Worker </application> 23*fc9e02ccSAndroid Build Coastguard Worker 24*fc9e02ccSAndroid Build Coastguard Worker <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner" 25*fc9e02ccSAndroid Build Coastguard Worker android:targetPackage="android" 26*fc9e02ccSAndroid Build Coastguard Worker android:label="PackageManagerLocal CTS root tests"/> 27*fc9e02ccSAndroid Build Coastguard Worker 28*fc9e02ccSAndroid Build Coastguard Worker</manifest> 29