From 16b9a80ccd1b70e9ebcc9bc462787e1cfb841c07 Mon Sep 17 00:00:00 2001 From: Victor Florintsev Date: Mon, 19 Nov 2018 16:18:01 -0600 Subject: [PATCH] added definition for hardware (#24502) This is the hardware used in the Samsung Galaxy J7 --- packages/flutter_tools/lib/src/android/android_device.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter_tools/lib/src/android/android_device.dart b/packages/flutter_tools/lib/src/android/android_device.dart index 601b04a02f..680b82ff9d 100644 --- a/packages/flutter_tools/lib/src/android/android_device.dart +++ b/packages/flutter_tools/lib/src/android/android_device.dart @@ -35,6 +35,7 @@ const Map _knownHardware = { 'qcom': _HardwareType.physical, 'ranchu': _HardwareType.emulator, 'samsungexynos7420': _HardwareType.physical, + 'samsungexynos7580': _HardwareType.physical, 'samsungexynos7870': _HardwareType.physical, 'samsungexynos8890': _HardwareType.physical, 'samsungexynos8895': _HardwareType.physical,