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