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 a36e49f commit bf8871bCopy full SHA for bf8871b
library/build.gradle.kts
@@ -21,6 +21,7 @@ android {
21
externalNativeBuild {
22
cmake {
23
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
24
+ targets("session_util")
25
}
26
27
@@ -39,6 +40,12 @@ android {
39
40
getDefaultProguardFile("proguard-android-optimize.txt"),
41
"proguard-rules.pro"
42
)
43
+
44
+ externalNativeBuild {
45
+ cmake {
46
+ arguments += listOf("-DCMAKE_BUILD_TYPE=Release")
47
+ }
48
49
50
51
debug {
0 commit comments