summarylogtreecommitdiffstats
path: root/flutter-engine-build.sh
AgeCommit message (Collapse)Author
2024-07-08Try to detect cpu from CARCH and rename FLUTTER_TARGET_CPU ro ↵Patrick Northon
ARCH_FLUTTER_TARGET_CPU.
2024-07-08Add python311 to makedepends and remove warnings as errors.Patrick Northon
2024-06-19Add error checks.Patrick Northon
2024-06-09Move building of the engine to -build.sh. Changes will need to be made to ↵Patrick Northon
packages using flutter-engine.
2023-11-29Revamp: the engine will be compiled and cached in the user cache directory ↵Patrick Northon
per version requested by packages or detected from pubspec file.
2023-11-27Revert back version to 3.13.9 and it is no longer necessary to use ↵Patrick Northon
$flutter_select_engine variable.
2023-11-17No longer disable telemetry and fix flutter complaining about local engine host.Patrick Northon
2023-09-23Initial commit.Patrick Northon