Home
last modified time | relevance | path

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

/packages/modules/common/tools/
Dfinalize_sdk.py20 COMPAT_REPO = Path('prebuilts/sdk') variable
142 …--readme', required=True, help='Version history entry to add to %s' % (COMPAT_REPO / COMPAT_README…
162 COMPAT_REPO = Path('/tmp/') / COMPAT_REPO variable
163 compat_dir = COMPAT_REPO.joinpath('extensions/%d' % args.finalize_sdk)
201 created_dirs[COMPAT_REPO].add(dest_dir.relative_to(COMPAT_REPO))
217 if repo == COMPAT_REPO:
218 with open(COMPAT_REPO / COMPAT_README, "a") as readme: