where to set the google license key when do a native build?

Now I put it in the config.lua. Is it right?

license =

{

google =

{

key = “xxxx”

},

}

config.lua is still used by native builds.

Rob