summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:46:06 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-02 23:46:06 +0000
commit724b5e6d9615fb1a80bbd44de276191e9ffa0005 (patch)
tree553b8cf60261dace5486d1b9447af43402c82c59
parente6df03d036ec4094323855fe885ce65e1d04a923 (diff)
parentc166acd5b2487a6be17d9e92b27ab35d780cd6b5 (diff)
downloadapache-http-724b5e6d9615fb1a80bbd44de276191e9ffa0005.tar.gz
Snap for 11400057 from c166acd5b2487a6be17d9e92b27ab35d780cd6b5 to simpleperf-release
Change-Id: I9faaa3ce00ef9b2be968efe63648fd307d9d10de
-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",
+ ],
+}