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