From 37ef15db7b63d1c817459ce5dd5fca8cf8d86cca Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 22 Aug 2019 11:12:04 -0700 Subject: [PATCH] Update scenarios readme (flutter/engine#11374) This is out of date. --- engine/src/flutter/testing/scenario_app/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/src/flutter/testing/scenario_app/README.md b/engine/src/flutter/testing/scenario_app/README.md index 2bf5448798b..8ecbf6c0312 100644 --- a/engine/src/flutter/testing/scenario_app/README.md +++ b/engine/src/flutter/testing/scenario_app/README.md @@ -1,7 +1,7 @@ # Scenario App -This folder contains a dart:ui application and scripts to compile it to AOT -for exercising embedders. +This folder contains a dart:ui application and scripts to compile it to JIT or +AOT for exercising embedders. It intentionally has no dependencies on the Flutter framework or tooling, such that it should be buildable as a presubmit or postsubmit to the engine even in @@ -28,7 +28,7 @@ This will create an `App.framework` copy it as well as the correct You can then use `xcodebuild` to build the `ios/Scenarios/Scenarios.xcodeproj`, or open that in Xcode and build it that way. -Currently, only AOT modes are supported. +Compiling to JIT mode is similar, using the `compile_ios_jit.sh` script. ## Building for Android