14 Star 25 Fork 220

OpenHarmony / applications_settings

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
build-profile.json5 1.82 KB
Copy Edit Web IDE Raw Blame History
{
"app": {
"compileSdkVersion": 10,
"compatibleSdkVersion": 10,
"products": [
{
"name": "default",
"signingConfig": "release"
}
],
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
// {
// "name": "wearable",
// "srcPath": "./product/wearable",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
// {
// "name": "component",
// "srcPath": "./common/component",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
// {
// "name": "search",
// "srcPath": "./common/search",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
// {
// "name": "settingsBase",
// "srcPath": "./common/settingsBase",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// },
// {
// "name": "utils",
// "srcPath": "./common/utils",
// "targets": [
// {
// "name": "default",
// "applyToProducts": [
// "default"
// ]
// }
// ]
// }
]
}
1
https://gitee.com/openharmony/applications_settings.git
git@gitee.com:openharmony/applications_settings.git
openharmony
applications_settings
applications_settings
master

Search