Home
last modified time | relevance | path

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

/build/soong/scripts/
Dconstruct_context.py53 def construct_context(versioned_classpaths, target_sdk): function
65 host_context = construct_context(args.host_classpaths, args.sdk)
66 target_context = construct_context(args.target_classpaths, args.sdk)
DAndroid.bp153 name: "construct_context",
154 main: "construct_context.py",
156 "construct_context.py",
176 "construct_context.py",
DOWNERS4 per-file construct_context.py = ngeoffray@google.com,calin@google.com,mathieuc@google.com,skvadrik@…
Dconstruct_context_test.py22 import construct_context as cc