mirror of
https://gitee.com/openharmony/applications_settings_data
synced 2024-11-23 06:40:11 +00:00
commit
a5685b9432
@ -1,14 +1,18 @@
|
||||
{
|
||||
"app": {
|
||||
"signingConfigs": [
|
||||
],
|
||||
"compileSdkVersion": 10,
|
||||
"compatibleSdkVersion": 10,
|
||||
"signingConfigs": [],
|
||||
"products": [
|
||||
{
|
||||
"name": "default",
|
||||
"signingConfig": "default",
|
||||
"compileSdkVersion": 10,
|
||||
"compatibleSdkVersion": 10,
|
||||
"runtimeOS": "OpenHarmony"
|
||||
}
|
||||
],
|
||||
"buildModeSet":[
|
||||
{"name":"debug"},
|
||||
{name:"release"}
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
|
@ -5,9 +5,6 @@
|
||||
"targets": [
|
||||
{
|
||||
"name": "default",
|
||||
},
|
||||
{
|
||||
"name": "ohosTest",
|
||||
}
|
||||
]
|
||||
}
|
@ -1 +1,6 @@
|
||||
{}
|
||||
{
|
||||
"src":[
|
||||
"DataAbility/DataExtAbility",
|
||||
"StaticSubscriber/UserChangeStaticSubscriber"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user