Home
last modified time | relevance | path

Searched defs:linkerConfig (Results 1 – 1 of 1) sorted by relevance

/build/soong/linkerconfig/
Dlinkerconfig.go54 type linkerConfig struct { struct
55 android.ModuleBase
56 android.BazelModuleBase
57 properties linkerConfigProperties
59 outputFilePath android.OutputPath
60 installDirPath android.InstallPath
66 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 …]