perf: rename index to index_aot (#34258)

The renaming is needed so that js-web-frameworks benchmark test works
inside google.

PR Close #34258
This commit is contained in:
Keen Yee Liau 2019-12-05 11:02:43 -08:00 committed by Andrew Kushnir
parent d6f278867f
commit 0d95c08cda
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ng_module(
ng_rollup_bundle(
name = "bundle",
entry_point = ":index.ts",
entry_point = ":index_aot.ts",
deps = [
":ng2",
"@npm//rxjs",