data-migration/entry/build-profile.json5
yangfan 466d2fc789 1
2024-05-27 10:33:10 +08:00

28 lines
421 B
Plaintext

{
"apiType": "stageMode",
"buildOption": {
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": true,
"files": [
"./obfuscation-rules.txt"
]
}
}
}
},
],
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}