Fix Bazel build breakage introduced in []

This is no way to make Blaze and Bazel happy at the same point. Without [] Blaze complains about import orders. However the new order breaks Bazel. Bazel suggested to add a suppression to suppress order check, which fixes the Bazel problem, but the suppression string is not recognized by Blaze.

I cannot think of another way to solve this other than MOE. Luckily we'll delete all the BUILD files when we move to Gradle anyway.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=237501133
This commit is contained in:
jianglai 2019-03-08 12:45:07 -08:00
parent b573b10ae1
commit 27c1765ab4
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ closure_js_library(
"JSC_IMPLICITLY_NULLABLE_JSDOC",
"JSC_DEPRECATED_PROP_REASON",
"JSC_STRICT_INEXISTENT_PROPERTY",
"JSC_REQUIRES_NOT_SORTED",
],
deps = [
"//java/google/registry/ui/soy",

View file

@ -14,6 +14,7 @@ closure_js_library(
"JSC_IMPLICITLY_NULLABLE_JSDOC",
"JSC_DEPRECATED_PROP_REASON",
"JSC_STRICT_INEXISTENT_PROPERTY",
"JSC_REQUIRES_NOT_SORTED",
],
deps = [
"//java/google/registry/ui/js",