Restore device icons [3/n]

Summary: Restored support for device icons which was disabled in previous diff

Reviewed By: passy

Differential Revision: D31054802

fbshipit-source-id: 107a53f06159211534cb9a2316340af7a7ca530a
This commit is contained in:
Michel Weststrate
2021-09-22 09:01:29 -07:00
committed by Facebook GitHub Bot
parent 2d838efd4d
commit 3428ce2968
7 changed files with 15 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ export type DeviceDescription = {
readonly title: string;
readonly deviceType: DeviceType;
readonly serial: string;
readonly icon?: string;
// Android specific information
readonly specs?: DeviceSpec[];
readonly abiList?: string[];