Lines Matching refs:module
26 module := LibraryFactory().(*Library)
27 module.properties.Libs = append(module.properties.Libs, expected...)
30 module.IDEInfo(dpInfo)
39 module := LibraryFactory().(*Library)
40 module.properties.Static_libs = append(module.properties.Static_libs, expected...)
43 module.IDEInfo(dpInfo)
52 module := LibraryFactory().(*Library)
53 module.expandIDEInfoCompiledSrcs = append(module.expandIDEInfoCompiledSrcs, expected...)
56 module.IDEInfo(dpInfo)
65 module := LibraryFactory().(*Library)
66 …module.deviceProperties.Aidl.Include_dirs = append(module.deviceProperties.Aidl.Include_dirs, expe…
69 module.IDEInfo(dpInfo)
78 module := LibraryFactory().(*Library)
79 module.expandJarjarRules = android.PathForTesting(expected)
82 module.IDEInfo(dpInfo)