ohos_electron_hap/chromium/build-profile.json5
luo d651b04e60
Some checks are pending
HarmonyOS CI/CD Pipeline / build (push) Waiting to run
HarmonyOS CI/CD Pipeline / publish (push) Blocked by required conditions
fix: complete source from ZIP + add hvigor configs + local debug signing
2026-06-09 23:44:44 +08:00

30 lines
448 B
Plaintext

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