Home
last modified time | relevance | path

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

/build/soong/scripts/
Dmanifest_fixer.py302 def add_extract_native_libs(doc, extract_native_libs): argument
315 value = str(extract_native_libs).lower()
356 if args.extract_native_libs is not None:
357 add_extract_native_libs(doc, args.extract_native_libs)
Dmanifest_fixer_test.py401 def extract_native_libs(self, value): member in AddExtractNativeLibsTest
406 expected = self.manifest_tmpl % self.extract_native_libs('true')
412 expected = self.manifest_tmpl % self.extract_native_libs('false')
417 manifest_input = self.manifest_tmpl % self.extract_native_libs('true')
423 manifest_input = self.manifest_tmpl % self.extract_native_libs('true')