ImageKnife3.x分支代码合并master分支
Signed-off-by: wangyingjun01 <wangyingjun5@h-partners.com>
This commit is contained in:
parent
5dfb712259
commit
2d56237f56
|
@ -1,25 +1,7 @@
|
||||||
{
|
{
|
||||||
"apiType": "stageMode",
|
"apiType": 'stageMode',
|
||||||
"buildOption": {
|
"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": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"name": "default"
|
"name": "default"
|
||||||
|
|
Loading…
Reference in New Issue