mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-12 12:50:03 +01: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.