Fix android build
This commit is contained in:
parent
43487cfa46
commit
d84521627e
|
@ -119,7 +119,8 @@ args = [
|
||||||
"${ANDROID_PLATFORM_VERSION}",
|
"${ANDROID_PLATFORM_VERSION}",
|
||||||
"--target",
|
"--target",
|
||||||
"${ANDROID_BUILD_TARGET}",
|
"${ANDROID_BUILD_TARGET}",
|
||||||
"build"
|
"build",
|
||||||
|
"--features=dart_ffi"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tasks.android-build-release]
|
[tasks.android-build-release]
|
||||||
|
@ -133,7 +134,8 @@ args = [
|
||||||
"--target",
|
"--target",
|
||||||
"${ANDROID_BUILD_TARGET}",
|
"${ANDROID_BUILD_TARGET}",
|
||||||
"build",
|
"build",
|
||||||
"--release"
|
"--release",
|
||||||
|
"--features=dart_ffi"
|
||||||
]
|
]
|
||||||
|
|
||||||
[tasks.android-aarch64]
|
[tasks.android-aarch64]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e6a97c93d2a1e7f0dc10bf42c69256a46a6a3ba2
|
Subproject commit 5bf0eabca02af21a9704fbb998989e7e25302884
|
Loading…
Reference in New Issue