{ "apiType": "stageMode", "buildOption": { "resOptions": { "copyCodeResource": { "enable": false } }, "externalNativeOptions": { "path": "./src/main/cpp/CMakeLists.txt", "arguments": "-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=1", // Otherwise, we load SDL3's data segment twice. :( "cppFlags": "", "abiFilters": [ "arm64-v8a", "x86_64" ] } }, "buildOptionSet": [ { "name": "release", "arkOptions": { "obfuscation": { "ruleOptions": { "enable": false, "files": [ "./obfuscation-rules.txt" ] } } }, "nativeLib": { "debugSymbol": { "strip": true, "exclude": [] } } }, ], "targets": [ { "name": "default" }, ] }