Skip to content

Commit c9de267

Browse files
committed
Used dedicated Android.mk for test project
1 parent 54a4297 commit c9de267

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tehreer-android/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ android {
4949
}
5050
}
5151

52+
sourceSets {
53+
androidTest {
54+
externalNativeBuild {
55+
ndkBuild {
56+
path 'src/androidTest/jni/Android.mk'
57+
}
58+
}
59+
}
60+
}
61+
5262
buildTypes {
5363
release {
5464
minifyEnabled false

0 commit comments

Comments
 (0)