| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "apiType": "stageMode",
- "buildOption": {
- "arkOptions": {
- "branchElimination": true,
- "runtimeOnly": {
- "packages": [
- '@hadss/debug-db'
- ],
- },
- }
- },
- "buildOptionSet": [
- {
- "name": "release",
- "arkOptions": {
- "obfuscation": {
- "ruleOptions": {
- "enable": false,
- "files": [
- "./obfuscation-rules.txt"
- ]
- }
- }
- }
- },
- ],
- "targets": [
- {
- "name": "default"
- },
- {
- "name": "ohosTest",
- }
- ]
- }
|