Skip to content

Commit 4a54091

Browse files
author
Dimitar Tachev
authored
feat: support snapshot libs out of the box
In this way, we avoid the manual step when a snapshot build with `useLibs` is generated. * This should not affect the default builds as the additional folder does not exist. Related to: NativeScript/nativescript-cli#5049
1 parent 5d35c7a commit 4a54091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

+1-1
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)