2022-04-25 09:35:19 +00:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"products": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
2023-10-26 09:10:46 +00:00
|
|
|
"signingConfig": "release",
|
2024-07-09 06:25:18 +00:00
|
|
|
"compileSdkVersion": 12,
|
2023-11-13 01:58:37 +00:00
|
|
|
"compatibleSdkVersion": 10
|
2022-04-25 09:35:19 +00:00
|
|
|
}
|
2023-09-21 12:57:57 +00:00
|
|
|
]
|
2022-04-25 09:35:19 +00:00
|
|
|
},
|
|
|
|
"modules": [
|
|
|
|
{
|
|
|
|
"name": "phone",
|
|
|
|
"srcPath": "./product/phone",
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"name": "default",
|
|
|
|
"applyToProducts": [
|
|
|
|
"default"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2023-09-21 12:57:57 +00:00
|
|
|
},
|
2022-06-28 06:37:51 +00:00
|
|
|
// {
|
|
|
|
// "name": "wearable",
|
|
|
|
// "srcPath": "./product/wearable",
|
|
|
|
// "targets": [
|
|
|
|
// {
|
|
|
|
// "name": "default",
|
|
|
|
// "applyToProducts": [
|
|
|
|
// "default"
|
|
|
|
// ]
|
|
|
|
// }
|
|
|
|
// ]
|
|
|
|
// },
|
2023-09-21 12:57:57 +00:00
|
|
|
{
|
|
|
|
"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
|
|
|
]
|
2023-10-25 03:01:06 +00:00
|
|
|
}
|