OpenCAX/entry/build-profile.json5
JackLee ad7b56395d 1-重新实现资源字体释放到沙箱,首次启动不再崩溃
2-对于实时主窗口大小进行解耦
3-新增组件样式解耦
2026-04-07 19:45:12 +08:00

43 lines
733 B
Plaintext

{
"apiType": "stageMode",
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
"abiFilters": [
"x86_64",
"arm64-v8a"
]
}
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
},
"nativeLib": {
"debugSymbol": {
"strip": true,
"exclude": []
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}