Lines Matching refs:properties
96 properties shBinaryProperties member
121 if s.properties.Src == nil {
131 return proptools.String(s.properties.Sub_dir)
135 return s.properties.Installable == nil || proptools.Bool(s.properties.Installable)
139 return s.properties.Symlinks
143 s.sourceFilePath = android.PathForModuleSrc(ctx, proptools.String(s.properties.Src))
144 filename := proptools.String(s.properties.Filename)
145 filename_from_src := proptools.Bool(s.properties.Filename_from_src)
169 installDir := android.PathForModuleInstall(ctx, "bin", proptools.String(s.properties.Sub_dir))
181 entries.SetString("LOCAL_MODULE_RELATIVE_PATH", proptools.String(s.properties.Sub_dir))
190 if len(s.properties.Symlinks) > 0 {
191 entries.SetString("LOCAL_MODULE_SYMLINKS", strings.Join(s.properties.Symlinks, " "))
260 s.AddProperties(&s.properties)