subject-two/entry/build-profile.json5

25 lines
398 B
Plaintext
Raw Normal View History

2024-01-05 11:11:15 +08:00
{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"abiFilters": [
"arm64-v8a",
"armeabi-v7a",
"x86_64"
],
2024-01-05 11:11:15 +08:00
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": "",
2024-07-10 14:31:55 +08:00
},
"sourceOption": {
2024-01-05 11:11:15 +08:00
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
],
2025-02-11 09:09:34 +08:00
}