aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java b/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
index a3aa127b07..0a35544599 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/cpp/FakeCppCompileAction.java
@@ -75,7 +75,7 @@ public class FakeCppCompileAction extends CppCompileAction {
PathFragment tempOutputFile,
DotdFile dotdFile,
ImmutableMap<String, String> localShellEnvironment,
- CcCompilationInfo ccCompilationInfo,
+ CcCompilationContextInfo ccCompilationContextInfo,
CoptsFilter nocopts,
Iterable<IncludeScannable> lipoScannables,
CppSemantics cppSemantics,
@@ -112,7 +112,7 @@ public class FakeCppCompileAction extends CppCompileAction {
// cc_fake_binary and for the negative compilation tests that depend on
// the cc_fake_binary, and the runfiles must be determined at analysis
// time, so they can't depend on the contents of the ".d" file.)
- CcCompilationInfo.disallowUndeclaredHeaders(ccCompilationInfo),
+ CcCompilationContextInfo.disallowUndeclaredHeaders(ccCompilationContextInfo),
nocopts,
lipoScannables,
ImmutableList.<Artifact>of(),