| Index: build/android/pylib/android_commands.py
|
| diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py
|
| index f7264b091a645c48865743102697ffb9da32c9b6..32121432480103f0e071d4488825ebb6b2fc9011 100644
|
| --- a/build/android/pylib/android_commands.py
|
| +++ b/build/android/pylib/android_commands.py
|
| @@ -656,12 +656,10 @@ class AndroidCommands(object):
|
| preferred_apis = {
|
| 'getprop': 'system_properties[<PROPERTY>]',
|
| 'setprop': 'system_properties[<PROPERTY>]',
|
| - 'su': 'RunShellCommandWithSU()',
|
| }
|
|
|
| # A dict of commands to methods that may call them.
|
| whitelisted_callers = {
|
| - 'su': 'RunShellCommandWithSU',
|
| 'getprop': 'ProvisionDevices',
|
| }
|
|
|
|
|