summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Makoto Onuki <omakoto@google.com> 2024-08-01 12:38:50 -0700
committer Cherrypicker Worker <android-build-cherrypicker-worker@google.com> 2024-08-06 21:38:04 +0000
commit8df6bd056823786b4f0f70b243ad165ea94dff58 (patch)
treeda43eab0cb563ee87e00da6bba9fcc45df38340c
parent425e6476313b023588bcc2c8c05ab6b09e07858a (diff)
Fix comment
Test: comment change only Flag: EXEMPT host side test change only Bug: 292141694 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:833c1aea56d232bd75addcc66af883b9228d9f49) Merged-In: Iee5c87f62028e695f27b7b2fe53fd367ff698b22 Change-Id: Iee5c87f62028e695f27b7b2fe53fd367ff698b22
-rw-r--r--ravenwood/Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ravenwood/Android.bp b/ravenwood/Android.bp
index 7c8fd42cd540..2de3c5ef1967 100644
--- a/ravenwood/Android.bp
+++ b/ravenwood/Android.bp
@@ -181,13 +181,13 @@ java_library {
visibility: ["//visibility:public"],
}
-// Carefully compiles against only test_current to support tests that
+// Carefully compiles against only module_current to support tests that
// want to verify they're unbundled. The "impl" library above is what
// ships inside the Ravenwood environment to actually drive any API
// access to implementation details.
-// This library needs to be statically linked to mainline tests as well,
-// which need to be able to run on multiple API levels, so we can't use
-// test APIs in this module.
+// We can't use test_current here because this library needs to be statically
+// linked to mainline tests as well, which can't use test APIs because they
+// need to be able to run on multiple API levels.
java_library {
name: "ravenwood-junit",
srcs: [