Searched refs:config_update (Results 1 – 1 of 1) sorted by relevance
/build/hb/resources/ |
D | config.py | 103 self.config_update('component_type', self._component_type) 112 self.config_update('target_os', self._target_os) 121 self.config_update('target_cpu', self._target_cpu) 130 self.config_update('version', self._version) 139 self.config_update('compile_config', self._compile_config) 148 self.config_update('os_level', self._os_level) 157 self.config_update('product_json', self._product_json) 170 self.config_update('root_path', self._root_path) 181 self.config_update('board', self._board) 192 self.config_update('device_company', self._device_company) [all …]
|