subject-two/entry/build-profile.json5
2025-09-02 09:40:01 +08:00

35 lines
563 B
Plaintext

{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
"abiFilters": [
"arm64-v8a",
"armeabi-v7a",
"x86_64"
],
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
"cppFlags": ""
},
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
},
"arkOptions": {
"types": [
"./src/main/ets/common/lidar/type"
]
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}