Add market name to device properties.

This commit is contained in:
Karol Wrótniak
2018-12-26 02:58:43 +01:00
parent 6fd750dad5
commit 3d3d1f67b4
7 changed files with 24 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ module.exports = syrup.serial()
, identity.product
, identity.cpuPlatform
, identity.openGLESVersion
, identity.marketName
))
])
})