HMDemo/hmcalculate/build-profile.json5

40 lines
693 B
Plaintext
Raw Permalink Normal View History

2024-04-24 10:43:47 +08:00
{
"apiType": "stageMode",
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
2024-05-28 20:05:06 +08:00
"cppFlags": "",
"abiFilters": [
2024-05-28 20:19:56 +08:00
"arm64-v8a",
"x86_64"
2024-05-28 20:05:06 +08:00
]
2024-04-24 10:43:47 +08:00
}
},
"buildOptionSet": [
{
"name": "release",
"arkOptions": {
"obfuscation": {
"ruleOptions": {
"enable": true,
"files": [
"./obfuscation-rules.txt"
]
}
}
},
"nativeLib": {
"debugSymbol": {
"strip": true,
"exclude": []
}
}
},
],
"targets": [
{
"name": "default"
}
]
}