1{ 2 "app": { 3 "products": [ 4 { 5 "name": "default", 6 "signingConfig": "release", 7 "compileSdkVersion": 12, 8 "compatibleSdkVersion": 10 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": "wearable", 27 // "srcPath": "./product/wearable", 28 // "targets": [ 29 // { 30 // "name": "default", 31 // "applyToProducts": [ 32 // "default" 33 // ] 34 // } 35 // ] 36 // }, 37 { 38 "name": "component", 39 "srcPath": "./common/component", 40 "targets": [ 41 { 42 "name": "default", 43 "applyToProducts": [ 44 "default" 45 ] 46 } 47 ] 48 }, 49 { 50 "name": "search", 51 "srcPath": "./common/search", 52 "targets": [ 53 { 54 "name": "default", 55 "applyToProducts": [ 56 "default" 57 ] 58 } 59 ] 60 }, 61 { 62 "name": "settingsBase", 63 "srcPath": "./common/settingsBase", 64 "targets": [ 65 { 66 "name": "default", 67 "applyToProducts": [ 68 "default" 69 ] 70 } 71 ] 72 }, 73 { 74 "name": "utils", 75 "srcPath": "./common/utils", 76 "targets": [ 77 { 78 "name": "default", 79 "applyToProducts": [ 80 "default" 81 ] 82 } 83 ] 84 } 85 ] 86} 87