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 "name": "component", 27 "srcPath": "./common/component", 28 }, 29 { 30 "name": "search", 31 "srcPath": "./common/search", 32 }, 33 { 34 "name": "settingsBase", 35 "srcPath": "./common/settingsBase", 36 }, 37 { 38 "name": "utils", 39 "srcPath": "./common/utils", 40 } 41 ] 42}