1{ 2 "app": { 3 "compileSdkVersion": 9, 4 "compatibleSdkVersion": 9, 5 "products": [ 6 { 7 "name": "default", 8 "signingConfig": "release" 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}