mirror of
https://github.com/openharmony/applications_settings.git
synced 2026-08-27 11:21:15 -04:00
4b59345653
Signed-off-by: xiang-kai-chen <chenxiangkai1@huawei.com>
40 lines
808 B
Plaintext
40 lines
808 B
Plaintext
{
|
|
"apiType": "stageMode",
|
|
"buildOption": {
|
|
"arkOptions": {
|
|
// "apPath": "./modules.ap" /* Profile used for profile-guided optimization (PGO), a compiler optimization technique to improve app runtime performance. */
|
|
},
|
|
"externalNativeOptions": {
|
|
"path": "./src/main/cpp/CMakeLists.txt",
|
|
"arguments": "",
|
|
"cppFlags": "",
|
|
"abiFilters": [
|
|
"arm64-v8a",
|
|
"x86_64"
|
|
]
|
|
}
|
|
},
|
|
"buildOptionSet": [
|
|
{
|
|
"name": "release",
|
|
"arkOptions": {
|
|
"obfuscation": {
|
|
"ruleOptions": {
|
|
"enable": true,
|
|
"files": [
|
|
"./obfuscation-rules.txt"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
],
|
|
"targets": [
|
|
{
|
|
"name": "default"
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
}
|
|
]
|
|
} |