1{ 2 "apiType": "stageMode", 3 "buildOption": { 4 }, 5 "buildOptionSet": [ 6 { 7 "name": "release", 8 "arkOptions": { 9 "obfuscation": { 10 "ruleOptions": { 11 "enable": true, 12 "files": [ 13 "./obfuscation-rules.txt" 14 ] 15 } 16 } 17 } 18 }, 19 ], 20 "entryModules": [ 21 "entry" 22 ], 23 "targets": [ 24 { 25 "name": "default" 26 }, 27 { 28 "name": "ohosTest", 29 } 30 ] 31}