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:
parent
760e09290f
commit
b9484019a3
8 changed files with 32 additions and 53 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue