Searched refs:construct_context (Results 1 – 4 of 4) sorted by relevance
/build/soong/scripts/ |
D | construct_context.py | 53 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)
|
D | Android.bp | 153 name: "construct_context", 154 main: "construct_context.py", 156 "construct_context.py", 176 "construct_context.py",
|
D | OWNERS | 4 per-file construct_context.py = ngeoffray@google.com,calin@google.com,mathieuc@google.com,skvadrik@…
|
D | construct_context_test.py | 22 import construct_context as cc
|