34 lines
577 B
Plaintext
34 lines
577 B
Plaintext
{
|
|
"apiType": "stageMode",
|
|
"buildOption": {
|
|
sourceOption: {
|
|
"workers": [
|
|
'./src/main/ets/workers/DifferentialCorrection.ets',
|
|
'./src/main/ets/workers/Log.ets'
|
|
]
|
|
}
|
|
},
|
|
"buildOptionSet": [
|
|
{
|
|
"name": "release",
|
|
"arkOptions": {
|
|
"obfuscation": {
|
|
"ruleOptions": {
|
|
"enable": false,
|
|
"files": [
|
|
"./obfuscation-rules.txt"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
],
|
|
"targets": [
|
|
{
|
|
"name": "default"
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
}
|
|
]
|
|
} |