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