Home
last modified time | relevance | path

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

/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.py134 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
Doverlay.py430 for overlay in build_config.overlays:
478 for overlay in build_config.overlays:
/tools/treble/split/
Dmanifest_split.py314 def get_kati_makefiles(kati_stamp_file, overlays): argument
364 for overlay in overlays:
372 for overlay in [""] + overlays:
468 overlays, installed_prebuilts, debug_file): argument
510 kati_makefiles = get_kati_makefiles(kati_stamp_file, overlays)
638 overlays = []
673 overlays.append(a)
729 overlays=overlays,
Dmanifest_split_test.py480 overlays=[],
582 overlays=['unused overlay'],
/tools/security/fuzzing/orphans/libufdt/
DAndroid.bp22 "application of overlays to ensure no undefined or OOB " +