Commit 568ce697 authored by Vilk's avatar Vilk Committed by Todd Volkert

add Samsung SM-J730F to isLocalEmulator (#15517)

Add another rel device to isLocalEmulator to make working flutter run --release
parent 3890af64
...@@ -36,6 +36,7 @@ const Map<String, _HardwareType> _knownHardware = const <String, _HardwareType>{ ...@@ -36,6 +36,7 @@ const Map<String, _HardwareType> _knownHardware = const <String, _HardwareType>{
'qcom': _HardwareType.physical, 'qcom': _HardwareType.physical,
'ranchu': _HardwareType.emulator, 'ranchu': _HardwareType.emulator,
'samsungexynos7420': _HardwareType.physical, 'samsungexynos7420': _HardwareType.physical,
'samsungexynos7870': _HardwareType.physical,
'samsungexynos8890': _HardwareType.physical, 'samsungexynos8890': _HardwareType.physical,
'samsungexynos8895': _HardwareType.physical, 'samsungexynos8895': _HardwareType.physical,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment