40 lines
851 B
Plaintext
40 lines
851 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. */
|
|
}
|
|
},
|
|
"buildOptionSet": [
|
|
{
|
|
"name": "release",
|
|
"arkOptions": {
|
|
"obfuscation": {
|
|
"ruleOptions": {
|
|
"enable": true,
|
|
"files": [
|
|
"./obfuscation-rules.txt"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
],
|
|
"targets": [
|
|
{
|
|
"name": "default"
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
},{
|
|
"name": "OEM",
|
|
"output": {"artifactName": "OEM"}
|
|
},{
|
|
"name": "Official",
|
|
"output": {"artifactName": "futures-Official"}
|
|
},{
|
|
"name": "forTest",
|
|
"output": {"artifactName": "futures-forTest"}
|
|
}
|
|
]
|
|
} |