Searched defs:installProperties (Results 1 – 1 of 1) sorted by relevance
552 type installProperties struct { struct553 filename string554 sourceFilePath android.Path555 outputFilePath android.WritablePath556 installDirPath android.InstallPath557 symlinks []string562 func (ip *installProperties) addInstallRules(ctx android.ModuleContext) {