1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 02:09:32 +02:00

Update to new device DB.

This commit is contained in:
Simo Kinnunen 2014-06-18 22:51:39 +09:00
parent 760e09290f
commit b9484019a3
8 changed files with 32 additions and 53 deletions

View file

@ -133,7 +133,7 @@ devutil.makeIdentity = function(serial, properties) {
, version = properties['ro.build.version.release']
, sdk = properties['ro.build.version.sdk']
, abi = properties['ro.product.cpu.abi']
, name = properties['ro.product.name']
, product = properties['ro.product.name']
// Remove brand prefix for consistency
if (model.substr(0, brand.length) === brand) {
@ -156,6 +156,6 @@ devutil.makeIdentity = function(serial, properties) {
, version: version
, abi: abi
, sdk: sdk
, name: name
, product: product
}
}