summaryrefslogtreecommitdiff
path: root/sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml')
-rw-r--r--sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml b/sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml
new file mode 100644
index 0000000000..4a250bb277
--- /dev/null
+++ b/sdksandbox/tests/perf/scenarios/tests/AndroidManifest.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2022 Google Inc. All Rights Reserved. -->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="android.sdksandbox.test.scenario" >
+ <uses-sdk android:minSdkVersion="33"/>
+
+ <application>
+ <uses-library android:name="android.test.runner"/>
+ </application>
+ <instrumentation
+ android:name="androidx.test.runner.AndroidJUnitRunner"
+ android:targetPackage="android.sdksandbox.test.scenario"
+ android:label="Sdk Sandbox Scenario-Based Tests" />
+</manifest>