Home
last modified time | relevance | path

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

/aosp12/build/soong/scripts/
H A Dmanifest_check_test.py28 def uses_library_xml(name, attr=''): function
76 xml = self.xml_tmpl % (uses_library_xml('foo'))
100 xml = self.xml_tmpl % (uses_library_xml('foo'))
118 xml = self.xml_tmpl % (uses_library_xml('foo'))
119 apk = self.apk_tmpl % (uses_library_xml('foo'))
130 xml = self.xml_tmpl % ('\n'.join([uses_library_xml('foo'),
131 uses_library_xml('bar')]))
146 xml = self.xml_tmpl % ('\n'.join([uses_library_xml('foo'),
147 uses_library_xml('bar')]))
162 xml = self.xml_tmpl % ('\n'.join([uses_library_xml('foo'),
[all …]