Skip to content
Snippets Groups Projects
Commit 5fc30c4d authored by Anton Hansson's avatar Anton Hansson Committed by Automerger Merge Worker
Browse files

Merge "Make bootclasspath srcjar available to make" into main am: 53565bfd

parents 4f3dc01e 53565bfd
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,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