Fix android build

This commit is contained in:
Hanh 2022-06-09 20:17:31 +08:00
parent 43487cfa46
commit d84521627e
2 changed files with 5 additions and 3 deletions

View File

@ -119,7 +119,8 @@ args = [
"${ANDROID_PLATFORM_VERSION}",
"--target",
"${ANDROID_BUILD_TARGET}",
"build"
"build",
"--features=dart_ffi"
]
[tasks.android-build-release]
@ -133,7 +134,8 @@ args = [
"--target",
"${ANDROID_BUILD_TARGET}",
"build",
"--release"
"--release",
"--features=dart_ffi"
]
[tasks.android-aarch64]

@ -1 +1 @@
Subproject commit e6a97c93d2a1e7f0dc10bf42c69256a46a6a3ba2
Subproject commit 5bf0eabca02af21a9704fbb998989e7e25302884