{
  "apiType": "stageMode",
  "buildOption": {
    "externalNativeOptions": {
      "path": "./src/main/cpp/CMakeLists.txt",
      "arguments": "-DOHOS_STL=c++_static",
      "abiFilters": [
        "armeabi-v7a",
        "arm64-v8a",
      ]
    }
  },
  "buildOptionSet": [
    {
      "name": "release",
      "arkOptions": {
        "obfuscation": {
          "ruleOptions": {
            "enable": true,
            "files": [
              "./obfuscation-rules.txt"
            ]
          }
        }
      },
      "nativeLib" :
      {
        "debugSymbol": {
          "strip": true
        }
      }
    },
  ],
  "targets": [
    {
      "name": "default"
    }
  ]
}