Extract kernel compile from buildAotSnapshot (#17062)
Moves the kernel compile step to the beginning of the AOT build in a separate method. This is pre-factoring for iOS universal builds where the kernel build happens once, but we then snapshot twice: once for armv7 and once for arm64. This also writes dependencies to build/kernel_compile.d rather than build/aot/snapshot.d, since that is immediately overwritten by gen_snapshot.
C
Chris Bracken committed
cdbb2385f1a584d2056c386ffd7bd07b7af8cb87
Parent: 8860627
Committed by GitHub <noreply@github.com>
on 4/29/2018, 5:47:34 PM