blob: 83ab64b3194da7f0c4afde89e856f9683107950f (
plain)
1
2
3
4
5
6
7
8
|
# Set Flutter SDK tag
FLUTTER_SDK_TAG = "2.8.0-3.3.pre"
# Include Flutter SDK in SDK
TOOLCHAIN_HOST_TASK:append = " nativesdk-flutter-sdk"
# Include agl-specific defaults
require conf/include/agl-flutter.inc
|