Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py242 def get_kati_makefiles(kati_stamp_file, overlays): argument
291 for overlay in overlays:
299 for overlay in [""] + overlays:
414 overlays, debug_file): argument
456 kati_makefiles = get_kati_makefiles(kati_stamp_file, overlays)
587 overlays = []
621 overlays.append(a)
672 overlays=overlays,
Dmanifest_split_test.py436 overlays=[],
/tools/treble/build/
DREADME.md15 ## Filesystem overlays
21 with the help of filesystem overlays.
24 The filesystem overlays would create the following build time views.
49 To support filesystem overlays the Android repo workspace is required to the
56 All projects in the root directory that are not in the overlays
61 Location: `${ANDROID_BUILD_TOP}/overlays`
63 Contains target specific projects. Each subdirectory under the overlays
/tools/treble/build/sandbox/
Dconfig.py127 overlays=(), argument
139 self.overlays = list(overlays)
187 overlays=_get_overlays(config_elem, base_config.overlays),
496 return {b.name : b.overlays for b in self._build_config_map.values()}
Doverlay.py391 for overlay_dir in build_config.overlays: