acl/harmony/api9/acl_one/entry/build-profile.json5
2024-03-20 10:22:14 +08:00

19 lines
308 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
}
},
"targets": [
{
"name": "default",
"runtimeOS": "HarmonyOS"
},
{
"name": "ohosTest",
}
]
}