Home
last modified time | relevance | path

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

/build/soong/linkerconfig/
Dlinkerconfig.go53 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) {
[all …]