1{ 2 "app": { 3 "compileSdkVersion": 9, 4 "compatibleSdkVersion": 9, 5 "products": [ 6 { 7 "name": "default", 8 "signingConfig": "default", 9 } 10 ] 11 }, 12 "modules": [ 13 { 14 "name": "pad", 15 "srcPath": "./product/pad", 16 "targets": [ 17 { 18 "name": "default", 19 "applyToProducts": [ 20 "default" 21 ] 22 } 23 ] 24 }, 25 { 26 "name": "phone", 27 "srcPath": "./product/phone", 28 "targets": [ 29 { 30 "name": "default", 31 "applyToProducts": [ 32 "default" 33 ] 34 } 35 ] 36 }, 37 { 38 "name": "RK", 39 "srcPath": "./product/RK", 40 "targets": [ 41 { 42 "name": "default", 43 "applyToProducts": [ 44 "default" 45 ] 46 } 47 ] 48 }, 49 { 50 "name": "common", 51 "srcPath": "./common" 52 } 53 ] 54}