1{ 2 "app": { 3 "products": [ 4 { 5 "name": "default", 6 "signingConfig": "release", 7 "compileSdkVersion": 10, 8 "compatibleSdkVersion": 9 9 } 10 ], 11 "signingConfigs": [] 12 }, 13 "modules": [ 14 { 15 "name": "phone", 16 "srcPath": "./product/phone", 17 "targets": [ 18 { 19 "name": "default", 20 "applyToProducts": [ 21 "default", 22 ], 23 }, 24 ], 25 } 26 ], 27}