Searched refs:overlays (Results 1 – 5 of 5) sorted by relevance
/tools/treble/build/sandbox/ |
D | config.py | 133 overlays=(), argument 144 self.overlays = list(overlays) 157 if len(self.overlays) > 1 and set.intersection( 158 *[o.replacement_paths for o in self.overlays]): 192 overlays=_get_overlays(config_elem, base_config.overlays), 269 overlays = [] 271 overlays.append( 277 return base + overlays 481 b.name : [o.name for o in b.overlays
|
D | overlay.py | 430 for overlay in build_config.overlays: 478 for overlay in build_config.overlays:
|
/tools/treble/build/ |
D | README.md | 15 ## 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/split/ |
D | manifest_split.py | 302 def get_kati_makefiles(kati_stamp_file, overlays): argument 351 for overlay in overlays: 359 for overlay in [""] + overlays: 455 overlays, installed_prebuilts, debug_file): argument 497 kati_makefiles = get_kati_makefiles(kati_stamp_file, overlays) 624 overlays = [] 659 overlays.append(a) 715 overlays=overlays,
|
D | manifest_split_test.py | 477 overlays=[], 579 overlays=['unused overlay'],
|