CarCheckTerminal/entry/build-profile.json5

33 lines
510 B
Plaintext
Raw Normal View History

2025-09-23 16:46:30 +08:00
{
"apiType": "stageMode",
"buildOption": {
2025-09-26 11:11:56 +08:00
"arkOptions": {
"types": [
"./src/main/ets/api/typings"
]
}
2025-09-23 16:46:30 +08:00
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": false,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}