Commit aab96f8a authored by jiangyh's avatar jiangyh

2.2.21-OH.0.1.0-01

parent 9e6e6ad7
......@@ -28,7 +28,7 @@ kotlin {
// outputDirectory = file("customer-output")
// outputFile 是只读属性,由 outputDirectory 和 baseName 决定
// println("Output file path: ${outputFile.absolutePath}")
freeCompilerArgs += listOf("-Xbinary=sanitizer=address")
freeCompilerArgs += listOf("-Xbinary=sanitizer=address", "-Xbinary=splitBCfile=1")
// 链接静态库目录和库名,使用 --whole-archive 强制包含静态库所有符号
linkerOpts("-L${project.projectDir}/native-libs/ohosArm64", "--whole-archive", "-lsample", "--no-whole-archive")
// export(project(":lib-arith")) {
......
......@@ -10,7 +10,7 @@ androidx-espresso = "3.7.0"
androidx-lifecycle = "2.9.6"
androidx-testExt = "1.3.0"
junit = "4.13.2"
kotlin = "2.2.21-ez-101"
kotlin = "2.2.21-OH.0.1.0-01"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment