sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 1 | <!-- |
| 2 | * Copyright 2017 The WebRTC Project Authors. All rights reserved. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license |
| 5 | * that can be found in the LICENSE file in the root of the source |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | --> |
| 10 | |
| 11 | <manifest |
| 12 | xmlns:android="http://schemas.android.com/apk/res/android" |
Ingemar Ådahl | 87b6ddb | 2017-07-11 09:56:15 | [diff] [blame] | 13 | xmlns:tools="http://schemas.android.com/tools" |
sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 14 | package="org.appspot.apprtc.test"> |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 | [diff] [blame] | 15 | |
sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 16 | <uses-permission android:name="android.permission.RUN_INSTRUMENTATION" /> |
mandermo | 76ec9d7 | 2017-04-20 12:31:32 | [diff] [blame] | 17 | <uses-sdk android:minSdkVersion="13" android:targetSdkVersion="21" /> |
glaznev@webrtc.org | 8390c27 | 2015-01-02 19:51:12 | [diff] [blame] | 18 | |
| 19 | <application> |
| 20 | <uses-library android:name="android.test.runner" /> |
| 21 | </application> |
| 22 | |
Ingemar Ådahl | 87b6ddb | 2017-07-11 09:56:15 | [diff] [blame] | 23 | <!-- tools:ignore needed for chromium-junit4 tag. crbug.com/640116 |
sakal | b99b596 | 2017-02-07 12:12:30 | [diff] [blame] | 24 | TODO(sakal): Remove once the tag is no longer needed. --> |
sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 25 | <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" |
Ingemar Ådahl | 87b6ddb | 2017-07-11 09:56:15 | [diff] [blame] | 26 | tools:ignore="MissingPrefix" |
sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 27 | android:targetPackage="org.appspot.apprtc" |
sakal | b99b596 | 2017-02-07 12:12:30 | [diff] [blame] | 28 | android:label="Tests for AppRTCMobile" |
| 29 | chromium-junit4="true"/> |
sakal | cb79d51 | 2017-01-11 14:21:26 | [diff] [blame] | 30 | </manifest> |