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