42 lines
674 B
Plaintext
42 lines
674 B
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 10,
|
|
"compatibleSdkVersion": 10
|
|
}
|
|
],
|
|
"buildModeSet":[
|
|
{
|
|
"name":"debug"
|
|
},
|
|
{
|
|
"name":"release"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "imageknife",
|
|
"srcPath": "./imageknife"
|
|
},
|
|
{
|
|
"name": "gpu_transform",
|
|
"srcPath": "./gpu_transform"
|
|
}
|
|
]
|
|
} |