assistedDrive/entry/build-profile.json5

17 lines
254 B
Plaintext
Raw Permalink Normal View History

2024-09-04 11:06:17 +08:00
{
"apiType": "stageMode",
"buildOption": {
"externalNativeOptions": {
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": ""
}
},
"targets": [
{
"name": "default",
},
{
"name": "ohosTest",
}
]
}