acl/harmony/api9/acl_one/build-profile.json5

27 lines
430 B
Plaintext
Raw Normal View History

2024-03-19 15:25:51 +08:00
{
"app": {
"signingConfigs": [],
"compileSdkVersion": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}