mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
3f9ce8ba73
Module-level __getattr__ is not called on the global variable lookup path, rendering it useless for what we want to do here. Instead, use the _AndroidEnvironment class and make it lazy so that we will not raise an exception by just importing the module.