2022-04-25 09:35:19 +00:00
|
|
|
{
|
|
|
|
"app": {
|
2023-02-01 06:59:32 +00:00
|
|
|
"compileSdkVersion": 10,
|
2023-02-16 11:10:40 +00:00
|
|
|
"compatibleSdkVersion": 10,
|
2022-04-25 09:35:19 +00:00
|
|
|
"products": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
2022-06-28 06:37:51 +00:00
|
|
|
"signingConfig": "release"
|
2022-04-25 09:35:19 +00:00
|
|
|
}
|
2022-06-28 06:37:51 +00:00
|
|
|
],
|
2022-04-25 09:35:19 +00:00
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "phone",
|
|
|
|
"srcPath": "./product/phone",
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2022-06-28 06:37:51 +00:00
|
|
|
// {
|
|
|
|
// "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"
|
|
|
|
// ]
|
|
|
|
// }
|
|
|
|
// ]
|
|
|
|
// }
|
2022-04-25 09:35:19 +00:00
|
|
|
]
|
|
|
|
}
|