1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-01 02:31:31 +00:00

14 lines
363 B
Python
Raw Normal View History

from wlauto import AndroidDevice
class MeizuMX6(AndroidDevice):
name = 'meizumx6'
def is_rooted(self):
# "su" executable on a rooted Meizu MX6 is targeted
# specifically towards Android application and cannot
# be used to execute a command line shell. This makes it
# "broken" from WA prespective.
return False