Searched refs:overlays (Results 1 – 5 of 5) sorted by relevance
/tools/treble/build/sandbox/ |
D | config.py | 134 overlays=(), argument 146 self.overlays = list(overlays) 159 if len(self.overlays) > 1 and set.intersection( 160 *[o.replacement_paths for o in self.overlays]): 195 overlays=_get_overlays(config_elem, base_config.overlays), 278 overlays = [] 280 overlays.append( 286 return base + overlays 504 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 | 314 def get_kati_makefiles(kati_stamp_file, overlays): argument 363 for overlay in overlays: 371 for overlay in [""] + overlays: 467 overlays, installed_prebuilts, debug_file): argument 509 kati_makefiles = get_kati_makefiles(kati_stamp_file, overlays) 637 overlays = [] 672 overlays.append(a) 728 overlays=overlays,
|
D | manifest_split_test.py | 480 overlays=[], 582 overlays=['unused overlay'],
|