applications_settings/build-profile.json5
chenlang10 6203cf45f9 sdk改为10
Signed-off-by: chenlang10 <chenlang28@h-partners.com>
2023-11-13 09:58:37 +08:00

87 lines
1.5 KiB
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": 11,
"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"
]
}
]
}
]
}