1{ 2 "app": { 3 "compileSdkVersion": 10, 4 "compatibleSdkVersion": 10, 5 "products": [ 6 { 7 "name": "default", 8 "signingConfig": "release", 9 } 10 ] 11 }, 12 "modules": [ 13 { 14 "name": "updateapp", 15 "srcPath": "./product/oh/base", 16 "targets": [ 17 { 18 "name": "default", 19 "applyToProducts": [ 20 "default" 21 ] 22 } 23 ] 24 }, 25 { 26 "name": "common", 27 "srcPath": "./common" 28 }, 29 { 30 "name": "ota", 31 "srcPath": "./feature/ota" 32 } 33 ] 34}