1 Star 0 Fork 89

chengzhen/applications_camera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
lijinfengde123 提交于 2022-10-25 17:37 . 代码格式整改
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"app": {
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
}
],
"signingConfigs": [
{
"name": "default",
"material": {
"storePassword": "0000001C0C5B705F77AAAC34300BE994B9C49AEE57DD95E8F8FB15DD895C95F1F2B23CCD990B5A6E3ADB430C",
"certpath": "signature/camera.cer",
"keyAlias": "CameraUpdate",
"keyPassword": "0000001C1BDC42DE677C06438AD6AF47658B6488FACC659C0BB73250B922EB6A8E45DACE9BEA61CE5691EB83",
"profile": "signature/camera.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "signature/camera.p12"
}
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "tablet",
"srcPath": "./product/tablet",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cz920507/applications_camera.git
[email protected]:cz920507/applications_camera.git
cz920507
applications_camera
applications_camera
master

搜索帮助