Searched defs:linkerConfig (Results 1 – 1 of 1) sorted by relevance
54 type linkerConfig struct { struct55 android.ModuleBase56 android.BazelModuleBase57 properties linkerConfigProperties59 outputFilePath android.OutputPath60 installDirPath android.InstallPath66 func (l *linkerConfig) BaseDir() string {70 func (l *linkerConfig) SubDir() string {74 func (l *linkerConfig) OutputFile() android.OutputPath {80 func (l *linkerConfig) OutputFiles(tag string) (android.Paths, error) {[all …]