applications_screenshot/build-profile.json5
李一鸣 a47892f203 add privacy dialog
Signed-off-by: 李一鸣 <liyiming21@huawei.com>
2024-09-13 11:44:49 +08:00

29 lines
521 B
Plaintext

{
"app": {
"products": [
{
"name": "default",
"signingConfig": "release",
"compileSdkVersion": 12,
"compatibleSdkVersion": 12,
"targetSdkVersion": 12,
"runtimeOS": "OpenHarmony",
}
],
"signingConfigs": []
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
],
},
],
}
],
}