applications_settings/build-profile.json5
xiaohui.xie d020d021ec add system vpn
Signed-off-by: xiaohui.xie <xiexiaohui15@h-partners.com>
2024-07-09 14:25:18 +08:00

87 lines
1.5 KiB
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": 12,
"compatibleSdkVersion": 10
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
// {
// "name": "wearable",
// "srcPath": "./product/wearable",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
{
"name": "component",
"srcPath": "./common/component",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "search",
"srcPath": "./common/search",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "settingsBase",
"srcPath": "./common/settingsBase",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "utils",
"srcPath": "./common/utils",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}