summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-21 05:08:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-04-21 05:08:05 +0000
commit0d4e79dfd8659d92da298ea957115914c32c3a3b (patch)
treeab937bf76b6f9f010d7797f9b65cff250d3e0370
parent2618d160a226183111a304ca35532561152885c7 (diff)
parent1e230370337b38ff080332b2b7e28339e6275166 (diff)
downloadcts-sparse-10034613-L05000000960489805.tar.gz
Merge "Snap for 9981179 from c87deb1d765c9854cb086ffa48d2b581a0ece4ef to android13-tests-release" into android13-tests-releasesparse-10034613-L93900000960493541sparse-10034613-L05000000960489805
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml2
-rw-r--r--tools/cts-tradefed/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 601d706cbda..8b2b061a60f 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.cts.verifier"
android:versionCode="5"
- android:versionName="13_r5">
+ android:versionName="13_r4">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="33"/>
diff --git a/tools/cts-tradefed/Android.bp b/tools/cts-tradefed/Android.bp
index 4bf3c665e50..e50b6b46a56 100644
--- a/tools/cts-tradefed/Android.bp
+++ b/tools/cts-tradefed/Android.bp
@@ -34,7 +34,7 @@ tradefed_binary_host {
wrapper: "etc/cts-tradefed",
short_name: "CTS",
full_name: "Compatibility Test Suite",
- version: "13_r5",
+ version: "13_r4",
static_libs: ["cts-tradefed-harness"],
required: ["compatibility-host-util"],
}