applications_launcher/build-profile.json5
杨怀毅 9fb21fd133 update laucher to support Api9
Signed-off-by: 杨怀毅 <yanghuaiyi1@huawei.com>
2022-04-10 13:42:54 +08:00

49 lines
843 B
Plaintext

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