JeffyCN / flutter-engine

Prebuilt flutter-engine binaries from yocto meta-flutter.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

能否支持 release 模式的 flutter-engine #2

Open suyulin opened 3 years ago

JeffyCN commented 3 years ago

build steps: repo init -u https://github.com/JeffyCN/yocto-manifests.git -b flutter-zeus -m rockchip-px30-evb.xml # use rockchip-rk3288-evb.xml for armhf repo sync -j 32 . ./oe-init-build-env bitbake flutter-engine

the output dir would be build/tmp/work//flutter-engine//git/src/out*/

you can modify the gn args as needed here to build release version: https://github.com/jwinarske/meta-flutter/blob/zeus/recipes-graphics/flutter-engine/flutter-engine_git.bb#L59