mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
add Samsung SM-J730F to isLocalEmulator (#15517)
Add another rel device to isLocalEmulator to make working flutter run --release
This commit is contained in:
parent
3890af64d0
commit
568ce697b4
@ -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,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user