SetupWizardLibrary/library/test/instrumentation/AndroidManifest.xml
Maurice Lam 9cd96c1c7b Upgrade to new version of support-test libs
The new libraries fixes bugs with UiThreadTest, and also is also
able to run Parameterized tests on continuous infrastructure.

Test: Run forrest command (go/paste/5209188573642752)
Bug: 70986599
Bug: 70986575
Change-Id: Idbb4513cfb7cb518d59c5c2c15c30230618c384d
2017-12-22 14:40:31 -08:00

29 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2015 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.android.setupwizardlib.test">
<uses-sdk tools:overrideLibrary="android.support.test.rules,android.support.test.runner" />
<application>
<activity android:name=".util.DrawingTestActivity" />
</application>
</manifest>