Files
applications_theme/build-profile.json5
T
a1nc 98a2ada365 support build by product type
support no icons in desktop

Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
2022-07-14 19:44:59 +08:00

38 lines
680 B
Plaintext

{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
},
],
},
"modules": [
{
"name": "phone-wallpaper",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "pad-wallpaper",
"srcPath": "./product/pad",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
],
}