[flutter]: add aarch64 script

This commit is contained in:
annie 2021-11-19 17:34:49 +08:00
parent 49cbc6c1b3
commit 8660ade554
3 changed files with 17 additions and 2 deletions

View File

@ -76,6 +76,14 @@ CRATE_TYPE = "cdylib"
FLUTTER_OUTPUT_DIR = "Release" FLUTTER_OUTPUT_DIR = "Release"
SDK_EXT = "so" SDK_EXT = "so"
[env.production-linux-aarch64]
BUILD_FLAG = "release"
TARGET_OS = "linux"
RUST_COMPILE_TARGET = "aarch64-unknown-linux-gnu"
CRATE_TYPE = "cdylib"
FLUTTER_OUTPUT_DIR = "Release"
SDK_EXT = "so"
[tasks.echo_env] [tasks.echo_env]
script = [ script = [
''' '''

View File

@ -50,3 +50,9 @@ app.*.map.json
product/** product/**
windows/flutter/dart_ffi/ windows/flutter/dart_ffi/
**/**/*.dylib
**/**/*.a
**/**/*.lib
**/**/*.dll
**/**/*.so

View File

@ -77,3 +77,4 @@ build/
**/*.a **/*.a
**/*.lib **/*.lib
**/*.dll **/*.dll
**/*.so