summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNelson Li <nelsonli@google.com>2024-01-17 07:02:52 +0000
committerNelson Li <nelsonli@google.com>2024-01-17 08:00:24 +0000
commit3775fd10691d23b679fc7d8047161fad61a5b70d (patch)
tree553b8cf60261dace5486d1b9447af43402c82c59
parent98d79fb0bbbda143b50c0f064d827e7ae891e9dc (diff)
downloadapache-http-3775fd10691d23b679fc7d8047161fad61a5b70d.tar.gz
Make the system-current.txt available for use by /vendor tests
Bug: 312324146 Test: Add apache-http-legacy-system-current.txt to the Android.bp Change-Id: I343af1bd9b20da2000cf5fcfef8beef40db7dd58
-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",
+ ],
+}