Searched defs:linkerConfig (Results 1 – 1 of 1) sorted by relevance
53 type linkerConfig struct { struct54 android.ModuleBase55 properties linkerConfigProperties57 outputFilePath android.OutputPath58 installDirPath android.InstallPath64 func (l *linkerConfig) BaseDir() string {68 func (l *linkerConfig) SubDir() string {72 func (l *linkerConfig) OutputFile() android.OutputPath {78 func (l *linkerConfig) OutputFiles(tag string) (android.Paths, error) {87 func (l *linkerConfig) GenerateAndroidBuildActions(ctx android.ModuleContext) {[all …]