Home
last modified time | relevance | path

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

/build/soong/scripts/
Dmanifest_fixer.py276 def add_extract_native_libs(doc, extract_native_libs): argument
289 value = str(extract_native_libs).lower()
352 if args.extract_native_libs is not None:
353 add_extract_native_libs(doc, args.extract_native_libs)
Dmanifest_fixer_test.py442 def extract_native_libs(self, value): member in AddExtractNativeLibsTest
447 expected = self.manifest_tmpl % self.extract_native_libs('true')
453 expected = self.manifest_tmpl % self.extract_native_libs('false')
458 manifest_input = self.manifest_tmpl % self.extract_native_libs('true')
464 manifest_input = self.manifest_tmpl % self.extract_native_libs('true')