Lines Matching defs:linkerConfig
53 type linkerConfig struct { struct
54 android.ModuleBase
55 properties linkerConfigProperties
57 outputFilePath android.OutputPath
58 installDirPath android.InstallPath
64 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) {
151 func (l *linkerConfig) AndroidMkEntries() []android.AndroidMkEntries {