add Samsung SM-J730F to isLocalEmulator (#15517)

Add another rel device to isLocalEmulator to make working flutter run --release
This commit is contained in:
Vilk 2018-03-20 05:40:34 +01:00 committed by Todd Volkert
parent 3890af64d0
commit 568ce697b4

View File

@ -36,6 +36,7 @@ const Map<String, _HardwareType> _knownHardware = const <String, _HardwareType>{
'qcom': _HardwareType.physical,
'ranchu': _HardwareType.emulator,
'samsungexynos7420': _HardwareType.physical,
'samsungexynos7870': _HardwareType.physical,
'samsungexynos8890': _HardwareType.physical,
'samsungexynos8895': _HardwareType.physical,
};