2025-04-10 09:30:47 +08:00
|
|
|
{
|
|
|
|
|
"apiType": "stageMode",
|
|
|
|
|
"buildOption": {
|
2025-06-11 17:50:37 +08:00
|
|
|
sourceOption: {
|
|
|
|
|
"workers": [
|
2025-06-18 18:00:47 +08:00
|
|
|
'./src/main/ets/workers/DifferentialCorrection.ets',
|
|
|
|
|
'./src/main/ets/workers/Log.ets'
|
2025-06-11 17:50:37 +08:00
|
|
|
]
|
|
|
|
|
}
|
2025-04-10 09:30:47 +08:00
|
|
|
},
|
|
|
|
|
"buildOptionSet": [
|
|
|
|
|
{
|
|
|
|
|
"name": "release",
|
|
|
|
|
"arkOptions": {
|
|
|
|
|
"obfuscation": {
|
|
|
|
|
"ruleOptions": {
|
|
|
|
|
"enable": false,
|
|
|
|
|
"files": [
|
|
|
|
|
"./obfuscation-rules.txt"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "ohosTest",
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|