Revert "[build] Generate AOT snapshots in the SDK as dylibs on Mac."
This reverts commit 7cc84b94b3.
Reason for revert: fail to launch, need to setup code signing
Original change's description:
> [build] Generate AOT snapshots in the SDK as dylibs on Mac.
>
> Change-Id: I95efe7342e595b44bfce1a15229b926a721aea82
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/499480
> Reviewed-by: Alexander Markov <alexmarkov@google.com>
> Commit-Queue: Ryan Macnak <rmacnak@google.com>
Change-Id: I4a2742ddc4a39166ea4b642ee12661a8217e7417
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/504681
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
This commit is contained in:
committed by
dart-scoped@luci-project-accounts.iam.gserviceaccount.com
parent
68a3d4e688
commit
1b850ae2be
@@ -70,6 +70,14 @@ _all_configs = [
|
||||
dart_shared_lib = "../../runtime/engine:dart_engine_aot_shared"
|
||||
dart_static_lib = "../../runtime/engine:dart_engine_aot_static"
|
||||
snapshot_target = "aot_snapshot"
|
||||
|
||||
# AOT snapshots as shared libraries on Windows are not
|
||||
# supported, and in fact we don't build AOT samples on
|
||||
# Windows. However, GN evaluation model will still
|
||||
# evaluate the `aot_snapshot` template on Windows,
|
||||
# and it will fail the assert if as_shared_library is
|
||||
# true, and the current platform is Windows.
|
||||
as_shared_library = !is_win
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user