Skip to content
Snippets Groups Projects
Commit 53565bfd authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Make bootclasspath srcjar available to make" into main

parents 0c787f5b 26c63d26
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,13 @@ custom_platform_bootclasspath {
],
}
genrule { // This module exists to make the srcjar output available to Make.
name: "platform-bootclasspath.srcjar",
srcs: [":platform-bootclasspath{.srcjar}"],
out: ["platform-bootclasspath.srcjar"],
cmd: "cp $(in) $(out)",
}
platform_systemserverclasspath {
name: "platform-systemserverclasspath",
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment