Skip to content

Commit

Permalink
Exclude Vm/IsolateSnapshotData in AOT modes on both Android and iOS (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Apr 13, 2017
1 parent 5c4e20c commit ee0e98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ source_set("runtime") {
deps += [ "//lib/tonic/debugger" ]
}

# On iOS (device), precompiled snapshots contain the instruction buffer.
# In AOT mode, precompiled snapshots contain the instruction buffer.
# Generation of the same requires all application specific script code to be
# specified up front. In such cases, there can be no generic snapshot.
if (!is_ios || use_ios_simulator) {
if (!flutter_aot) {
deps += [ "//flutter/lib/snapshot" ]
}
}

0 comments on commit ee0e98c

Please sign in to comment.