Skip to content

Commit 8678df0

Browse files
djpnewtoncommit-bot@chromium.org
authored andcommitted
ffi example: android.md - fix example code
gradle does not expand variables if the string has single quotes Closes #37516 #37516 GitOrigin-RevId: ec4cfb0 Change-Id: I07eb51bfdbd6a32f2739d2ff7a0882280aec40a5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108941 Reviewed-by: Samir Jindel <sjindel@google.com> Commit-Queue: Samir Jindel <sjindel@google.com>
1 parent 87ab724 commit 8678df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ffi/sqlite/docs/android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
// ...
4242
sourceSets {
4343
main {
44-
jniLibs.srcDir '${project.projectDir.path}/../../native-libraries'
44+
jniLibs.srcDir "${project.projectDir.path}/../../native-libraries"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)