subject-two/entry/build-profile.json5

35 lines
563 B
Plaintext
Raw Permalink Normal View History

2024-01-05 11:11:15 +08:00
{
"apiType": 'stageMode',
"buildOption": {
"externalNativeOptions": {
2025-04-07 16:46:49 +08:00
"abiFilters": [
"arm64-v8a",
"armeabi-v7a",
"x86_64"
],
2024-01-05 11:11:15 +08:00
"path": "./src/main/cpp/CMakeLists.txt",
"arguments": "",
2025-09-02 09:40:01 +08:00
"cppFlags": ""
2024-07-10 14:31:55 +08:00
},
"sourceOption": {
"workers": [
'./src/main/ets/workers/worker.ts'
]
2025-09-02 09:40:01 +08:00
},
"arkOptions": {
"types": [
"./src/main/ets/common/lidar/type"
]
2024-01-05 11:11:15 +08:00
}
},
"targets": [
{
"name": "default"
},
{
"name": "ohosTest",
}
]
}
2024-07-10 14:31:55 +08:00