Lines Matching refs:rule
87 def add_module(self, path, rule, attrs): argument
89 ent = (rule, path, name)
91 if rule in {'llndk_library', 'hidl_interface'}:
93 elif rule.endswith('_binary') or \
94 rule.endswith('_library') or \
95 rule.endswith('_library_shared') or \
96 rule.endswith('_library_static') or \
97 rule.endswith('_headers'):
138 for rule, path, name in sorted(modules):
139 print('\t\t' + rule, path, name)
156 for rule, attrs in parse_blueprint(args.blueprint):
164 git_projects[project].add_module(path, rule, attrs)