aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools
diff options
context:
space:
mode:
authorGravatar lberki <lberki@google.com>2018-04-04 03:13:55 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-04 03:15:37 -0700
commit1dcd8f0f12bb582cc449381f8245f943121031fb (patch)
tree30ee13d37afcc0dc33e5c65a08dc45b5fa9f33d4 /src/main/java/com/google/devtools
parent94164097c112b41b94ddf45d7f74b9092b74656b (diff)
Make the "output files of compilation" file group official.
This is so that callers of Blaze can tell languages implemented in Skylark (e.g. TypeScript) to do compilation only, just like they can with e.g. C++. RELNOTES: None. PiperOrigin-RevId: 191570604
Diffstat (limited to 'src/main/java/com/google/devtools')
-rw-r--r--src/main/java/com/google/devtools/build/lib/analysis/OutputGroupInfo.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/analysis/OutputGroupInfo.java b/src/main/java/com/google/devtools/build/lib/analysis/OutputGroupInfo.java
index 7990d37d56..af013d892a 100644
--- a/src/main/java/com/google/devtools/build/lib/analysis/OutputGroupInfo.java
+++ b/src/main/java/com/google/devtools/build/lib/analysis/OutputGroupInfo.java
@@ -80,7 +80,7 @@ public final class OutputGroupInfo extends NativeInfo
* Building these artifacts only results in the compilation (and not e.g. linking) of the
* associated target. Mostly useful for C++, less so for e.g. Java.
*/
- public static final String FILES_TO_COMPILE = "files_to_compile" + INTERNAL_SUFFIX;
+ public static final String FILES_TO_COMPILE = "compilation_outputs";
/**
* These artifacts are the direct requirements for compilation, but building these does not