harmony_vehicle_terminal/entry/build-profile.json5

34 lines
577 B
Plaintext
Raw Permalink Normal View History

2025-04-10 09:30:47 +08:00
{
"apiType": "stageMode",
"buildOption": {
2025-06-11 17:50:37 +08:00
sourceOption: {
"workers": [
'./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",
}
]
}