Files
applications_theme/build-profile.json5
T
YangPeng db0be0afe2 update code for supporting build
Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
2022-04-11 11:36:22 +08:00

26 lines
402 B
Plaintext

{
"app": {
"signingConfigs": [],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
},
],
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
],
},
],
},
],
}