applications_settings/build-profile.json5
zhanghuiyu 747f8d6552
update build-profile.json5.
Signed-off-by: zhanghuiyu <zhanghuiyu9@huawei.com>
2023-10-26 02:39:55 +00:00

87 lines
1.5 KiB
Plaintext

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