summaryrefslogtreecommitdiff
path: root/ravenwood/Framework.bp
diff options
context:
space:
mode:
Diffstat (limited to 'ravenwood/Framework.bp')
-rw-r--r--ravenwood/Framework.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ravenwood/Framework.bp b/ravenwood/Framework.bp
index d20773844df3..99fc31b258e9 100644
--- a/ravenwood/Framework.bp
+++ b/ravenwood/Framework.bp
@@ -214,7 +214,8 @@ java_genrule {
java_genrule {
name: "services.core.ravenwood",
- defaults: ["ravenwood-internal-only-visibility-genrule"],
+ // This is used by unit tests too (so tests will be able to access HSG-processed implementation)
+ // so it's visible to all.
cmd: "cp $(in) $(out)",
srcs: [
":services.core.ravenwood-base{ravenwood.jar}",