creator 要如何在editor:build-start 中获取 当前构建的发布平台?

类似这样

"editor:build-start": function (event, options) {
     //options.platform
}

请问下,Android和Windows都有 编译,编译的话要怎么在 builder:state-changed 这个message里面得到当前编译的是哪个平台呢?谢了