1{ 2 "apiType": "stageMode", 3 "buildOption": { 4 "externalNativeOptions": { 5 "path": "./src/main/cpp/CMakeLists.txt", 6 "arguments": "", 7 "cppFlags": "", 8 } 9 }, 10 "buildOptionSet": [ 11 { 12 "name": "release", 13 "arkOptions": { 14 "obfuscation": { 15 "ruleOptions": { 16 "enable": false, 17 "files": [ 18 "./obfuscation-rules.txt" 19 ] 20 } 21 } 22 }, 23 "nativeLib": { 24 "debugSymbol": { 25 "strip": true, 26 "exclude": [] 27 } 28 } 29 }, 30 ], 31 "targets": [ 32 { 33 "name": "default" 34 }, 35 { 36 "name": "ohosTest", 37 } 38 ] 39}