Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Doverlay.py307 def _GetReadWriteFunction(self, build_config, source_dir): argument
323 rw_allowlist = {os.path.join(source_dir, p) for p in build_config.allow_readwrite}
326 return build_config.allow_readwrite_all or path in rw_allowlist
331 def _GetAllowedProjects(self, build_config): argument
343 if not build_config.allowed_projects_file:
345 allowed_projects = ET.parse(build_config.allowed_projects_file)
385 build_config = cfg.get_build_config(build_target)
387 allowed_read_write = self._GetReadWriteFunction(build_config, source_dir)
388 allowed_projects = self._GetAllowedProjects(build_config)
391 for overlay_dir in build_config.overlays:
[all …]
Dconfig.py358 for build_config in target_config.findall('build_config'):
359 build_target = BuildConfig.from_config(build_config, fs_view_map,