Home
last modified time | relevance | path

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

/build/soong/linkerconfig/
Dlinkerconfig.go52 type linkerConfig struct { struct
53 android.ModuleBase
54 properties linkerConfigProperties
56 outputFilePath android.OutputPath
57 installDirPath android.InstallPath
63 func (l *linkerConfig) BaseDir() string {
67 func (l *linkerConfig) SubDir() string {
71 func (l *linkerConfig) OutputFile() android.OutputPath {
75 func (l *linkerConfig) GenerateAndroidBuildActions(ctx android.ModuleContext) {
168 func (l *linkerConfig) AndroidMkEntries() []android.AndroidMkEntries {