diff --git a/setup.py b/setup.py index f44d094fb0..e8b78684ef 100755 --- a/setup.py +++ b/setup.py @@ -290,7 +290,7 @@ class SetEnvVar(object): print( ' ->Error: "%s" is not a valid path of %s. Ignoring it.' % (value, var_name)) - return retf + return ret def _is_android_sdk_root_valid(self, android_sdk_root): if not android_sdk_root: