Home
last modified time | relevance | path

Searched refs:compile_config (Results 1 - 3 of 3) sorted by relevance

/build/scripts/
H A Dentry.py54 if args.compile_config is not None:
55 cmd.extend(['--compile-config', ''.join(args.compile_config)])
/build/hb/resources/
H A Dconfig.py105 def compile_config(self): member in Config
108 @compile_config.setter
109 def compile_config(self, value: str): member in Config
111 self.config_update('compile_config', self._compile_config)
391 self.compile_config = config_content.get('compile_config', None)
/build/hb/util/preloader/
H A Dpreloader_process_data.py149 if self._ohos_config.compile_config:
150 self._device_info[self._ohos_config["compile_config"]] = True

Completed in 4 milliseconds