Searched refs:overlays (Results 1 – 5 of 5) sorted by relevance
242 def get_kati_makefiles(kati_stamp_file, overlays): argument291 for overlay in overlays:299 for overlay in [""] + overlays:414 overlays, debug_file): argument456 kati_makefiles = get_kati_makefiles(kati_stamp_file, overlays)587 overlays = []621 overlays.append(a)672 overlays=overlays,
436 overlays=[],
15 ## Filesystem overlays21 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 the56 All projects in the root directory that are not in the overlays61 Location: `${ANDROID_BUILD_TOP}/overlays`63 Contains target specific projects. Each subdirectory under the overlays
127 overlays=(), argument139 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()}
391 for overlay_dir in build_config.overlays: