Skip to content

Commit 09f0e90

Browse files
authored
Merge pull request #1496 from NativeScript/tachev/support-snapshot-libs
feat: support snapshot libs out of the box
2 parents 0975c3d + 4a54091 commit 09f0e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ android {
266266
}
267267

268268
sourceSets.main {
269-
jniLibs.srcDir "$projectDir/libs/jni"
269+
jniLibs.srcDirs = ["$projectDir/libs/jni", "$projectDir/snapshot-build/build/ndk-build/libs"]
270270
}
271271

272272
signingConfigs {

0 commit comments

Comments
 (0)