mirror of
https://github.com/ARM-software/devlib.git
synced 2025-03-04 09:17:51 +00:00
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.