subject-two/entry/build-profile.json5

25 lines
398 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"abiFilters": [
"arm64-v8a",
"armeabi-v7a",
"x86_64"
],
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
},
"sourceOption": {
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
],
}