Home
last modified time | relevance | path

Searched refs:supported_configs (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/atest/
Dbazel_mode.py499 def supported_configs(self) -> Set[Config]: member in Target
645 def supported_configs(self) -> Set[Config]: member in SoongPrebuiltTarget
646 supported_configs = set(self.config_files.keys())
648 if supported_configs:
649 return supported_configs
656 supported_configs.update(ref.target().supported_configs())
658 return supported_configs
715 self.supported_configs()
721 for config in self.supported_configs():
762 for config in target.supported_configs():