Searched refs:supported_configs (Results 1 – 1 of 1) sorted by relevance
816 def supported_configs(self) -> Set[Config]: member in Target1136 supported_configs: List[Config]):1143 self._supported_configs = supported_configs1157 def supported_configs(self) -> Set[Config]: member in SoongPrebuiltTarget1164 supported_configs = set(self.config_files.keys())1165 if supported_configs:1166 return supported_configs1234 self.supported_configs()1240 for config in self.supported_configs():1281 for config in target.supported_configs():