summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-01-18 03:16:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-18 03:16:53 +0000
commitda399151cc17b2ba06e07f0bc07c07405633a3b9 (patch)
tree553b8cf60261dace5486d1b9447af43402c82c59
parent50309ea75c3e4650af0d86f5ffb85bfd6f503aed (diff)
parentc166acd5b2487a6be17d9e92b27ab35d780cd6b5 (diff)
downloadapache-http-main.tar.gz
Merge "Make the system-current.txt available for use by /vendor tests" into main am: c166acd5b2HEADmastermain
Original change: https://android-review.googlesource.com/c/platform/external/apache-http/+/2912714 Change-Id: I0b2fc534e39e80597c2ee988ac5af703db19a96a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0d71a1a..58a8af8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -108,7 +108,7 @@ java_sdk_library {
dist_group: "android",
}
-// Make the current.txt available for use by the cts/tests/signature tests.
+// Make the current.txt available for use by the cts/tests/signature and /vendor tests.
// ========================================================================
filegroup {
name: "apache-http-legacy-current.txt",
@@ -116,3 +116,11 @@ filegroup {
"api/current.txt",
],
}
+
+// Make the system-current.txt available for use by the /vendor tests.
+filegroup {
+ name: "apache-http-legacy-system-current.txt",
+ srcs: [
+ "api/system-current.txt",
+ ],
+}