build: disable buildifier print warning for compile=aot deprecation (#34199)

PR Close #34199
This commit is contained in:
Andrew Scott 2019-12-02 15:16:44 -08:00 committed by Miško Hevery
parent 0cd8431698
commit d4b83681f1
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ def is_ivy_enabled(ctx):
# TODO(josephperrott): Remove configuration via compile=aot define flag.
if ctx.var.get("compile", None) == "aot":
# buildifier: disable=print
print("Setting ViewEngine/Ivy using the compile build variable (--define=compile=*) " +
"is deprecated, please use the --define=angular_ivy_enabled=True instead.")
return True