We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961e241 commit 2de5d19Copy full SHA for 2de5d19
android/build.gradle.kts
@@ -16,7 +16,6 @@ repositories {
16
}
17
18
val buildRust = tasks.register("buildRust", Exec::class.java) {
19
- System.out.println("foo")
20
workingDir("..")
21
commandLine("cargo", "ndk", "-t", "armeabi-v7a", "-t", "arm64-v8a", "-t", "x86", "-t", "x86_64", "-o", "./android/build/intermediates/jniLibs", "build", "--release", "-Zbuild-std", "-p", "powersync_loadable")
22
0 commit comments