flutter/packages/flutter_tools/test/android
Todd Volkert aa9c782693 Add initial list of known Android hardware (#10249)
Our emulator detection was based on a simple heuristic that was
failing for the Samsung Galaxy S8. Any heuristic is flawed since
Android devices can report whatever they want to adb, but this
change attempts to tighten the detection by listing known models
(by their ro.hardware property). Again, these values could be
spoofed by emulator system images, but it's less likely to be
an issue than with our previous (and fall-back) heuristic.

Fixes #10203
Related: #10248
2017-05-22 10:47:02 -07:00
..
android_device_test.dart Add initial list of known Android hardware (#10249) 2017-05-22 10:47:02 -07:00
android_sdk_test.dart Rearrange tests to more closely match code structure (#10043) 2017-05-12 10:44:52 -07:00