Skip to content

Commit

Permalink
Merge pull request #466 from davehunt/a51
Browse files Browse the repository at this point in the history
Add Samsung A51
  • Loading branch information
davehunt authored Jun 13, 2022
2 parents 6c27206 + c6ceb36 commit 1aae79a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/awfy.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,20 +467,25 @@ export const CONFIG = {
categories: DESKTOP_CATEGORIES,
},
androidMotoG5: {
label: 'Android (Moto G5)',
label: 'Android (Motorola Moto G5)',
platforms: ['android-hw-g5-7-0-arm7-shippable-qr', 'android-hw-g5-7-0-arm7-api-16-shippable-qr'],
categories: MOBILE_CATEGORIES,
},
androidPixel2: {
label: 'Android (Pixel 2)',
label: 'Android (Google Pixel 2)',
platforms: ['android-hw-p2-8-0-android-aarch64-shippable-qr'],
categories: MOBILE_CATEGORIES,
},
androidGalaxyS7: {
label: 'Android (Galaxy S7)',
label: 'Android (Samsung Galaxy S7)',
platforms: ['android-hw-s7-8-0-android-aarch64-shippable-qr'],
categories: MOBILE_CATEGORIES,
},
androidGalaxyA51: {
label: 'Android (Samsung Galaxy A51)',
platforms: ['android-hw-a51-11-0-aarch64-shippable-qr'],
categories: MOBILE_CATEGORIES,
},
},
};

Expand Down

0 comments on commit 1aae79a

Please sign in to comment.