Commit f02e9acc authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Add known physical device that would otherwise look like an emulator (#11056)

https://github.com/flutter/flutter/issues/10203
parent c1c15225
......@@ -35,6 +35,7 @@ const Map<String, _HardwareType> _knownHardware = const <String, _HardwareType>{
'qcom': _HardwareType.physical,
'ranchu': _HardwareType.emulator,
'samsungexynos7420': _HardwareType.physical,
'samsungexynos8890': _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