加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
r00498791 提交于 2022-04-25 20:39 . API9
{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "release"
}
]
},
"modules": [
{
"name": "phone_entry",
"srcPath": "./entry/phone",
"targets": [
{
"name": "default",
},
],
},
{
"name": "pc_entry",
"srcPath": "./entry/pc",
"targets": [
{
"name": "default"
},
],
},
{
"name": "default_navigationBar",
"srcPath": "./product/default/navigationBar",
"targets": [
{
"name": "default"
},
],
},
{
"name": "default_notificationmanagement",
"srcPath": "./product/default/notificationmanagement",
"targets": [
{
"name": "default"
},
],
},
{
"name": "default_volumepanel",
"srcPath": "./product/default/volumepanel",
"targets": [
{
"name": "default"
},
],
},
{
"name": "pc_controlpanel",
"srcPath": "./product/pc/controlpanel",
"targets": [
{
"name": "default"
},
],
},
{
"name": "pc_notificationpanel",
"srcPath": "./product/pc/notificationpanel",
"targets": [
{
"name": "default"
},
],
},
{
"name": "pc_statusbar",
"srcPath": "./product/pc/statusbar",
"targets": [
{
"name": "default"
},
],
},
{
"name": "phone_dropdownpanel",
"srcPath": "./product/phone/dropdownpanel",
"targets": [
{
"name": "default"
},
],
},
{
"name": "phone_statusbar",
"srcPath": "./product/phone/statusbar",
"targets": [
{
"name": "default"
},
],
},
{
"name": "common",
"srcPath": "./common",
"targets": [
{
"name": "default"
},
],
}
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化