Home
last modified time | relevance | path

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

/build/bazel/scripts/bp2build_progress/
Ddependency_analysis_test.py28 soong_module_json.make_module(
36 soong_module_json.make_module(
44 soong_module_json.make_module(
51 soong_module_json.make_module(
58 soong_module_json.make_module('d', 'module', []),
59 soong_module_json.make_module('e', 'module', []),
81 soong_module_json.make_module(
89 soong_module_json.make_module(
97 soong_module_json.make_module('g', 'module', []),
98 soong_module_json.make_module('f', 'module', []),
[all …]
Dsoong_module_json.py34 def make_module( function
Dqueryview_xml.py21 def make_module( function
Dbp2build_progress_test.py30 queryview_xml.make_module(
33 queryview_xml.make_module('//pkg:b', 'b', 'type2', dep_names=['//pkg:d']),
34 queryview_xml.make_module('//pkg:d', 'd', 'type2'),
35 queryview_xml.make_module(
38 queryview_xml.make_module('//other:e', 'e', 'type3'),
39 queryview_xml.make_module('//pkg2:f', 'f', 'type4'),
40 queryview_xml.make_module('//pkg3:g', 'g', 'type5'),
44 soong_module_json.make_module(
50 soong_module_json.make_module(
60 soong_module_json.make_module('d', 'type2', blueprint='pkg/Android.bp'),
[all …]