Automated rollback of commit 61c0b386e22da0f98160f70fd5584e6eb11f8d23.
*** Reason for rollback ***
Rolling forward now that tests are fixed.
PiperOrigin-RevId: 236878072
diff --git a/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java b/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
index 8b6485b..13ca9c9 100644
--- a/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
+++ b/src/test/java/com/google/devtools/build/lib/testutil/TestConstants.java
@@ -113,8 +113,12 @@
public static final ImmutableList<String> OSX_CROSSTOOL_FLAGS =
ImmutableList.of();
- public static final InvocationPolicy TEST_INVOCATION_POLICY =
- InvocationPolicy.getDefaultInstance();
+ /**
+ * Flags that must be set for Bazel to work properly, if the default values are unusable for
+ * some reason.
+ */
+ public static final ImmutableList<String> PRODUCT_SPECIFIC_FLAGS =
+ ImmutableList.of();
public static final BuilderFactoryForTesting PACKAGE_FACTORY_BUILDER_FACTORY_FOR_TESTING =
PackageFactoryBuilderFactoryForBazelUnitTests.INSTANCE;