{ "app": { "compileSdkVersion": 10, "compatibleSdkVersion": 10, "products": [ { "name": "default", "signingConfig": "release", } ] }, "modules": [ { "name": "updateapp", "srcPath": "./product/oh/base", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] }, { "name": "common", "srcPath": "./common" }, { "name": "ota", "srcPath": "./feature/ota" } ] }