summaryrefslogtreecommitdiff
path: root/tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml')
-rw-r--r--tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml b/tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml
deleted file mode 100644
index 1c7eaa08..00000000
--- a/tests/java_api/RSTestForward/25.0.2/AndroidManifest.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2017 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.
-
- This file is automatically generated by
- frameworks/rs/tests/java_api/RSUnitTests/RSUnitTests.py.
--->
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.rs.testforward25">
- <uses-sdk
- android:minSdkVersion="21"
- android:targetSdkVersion="26" />
-
- <application
- android:label="RSTestForward">
- <uses-library android:name="android.test.runner" />
- </application>
-
- <instrumentation
- android:name="androidx.test.runner.AndroidJUnitRunner"
- android:targetPackage="com.android.rs.testforward25"
- android:label="RenderScript Forward Compatibility Tests" />
-</manifest>