summaryrefslogtreecommitdiff
path: root/linkerconfig/linkerconfig.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2022-03-15 15:07:55 -0700
committer Colin Cross <ccross@android.com> 2022-03-15 15:07:55 -0700
commit8a195897d162e1392e8cb661a8e049d87e72eb92 (patch)
tree3e32a0bf7831f4c3c41bdc1c989c5b05d32faf4c /linkerconfig/linkerconfig.go
parentb6a55c53e73e1a43aa9f79d7e759530a893e4f4c (diff)
Don't export Soong path as a Make variable
Make is being changed to use the copy at LOCAL_BUILT_MODULE, the Soong path is no longer necessary. Test: m alllicensemetadata reportmissinglicenses Change-Id: I030539473a05e94bec1623ab54fbbcdf43d42cf3
Diffstat (limited to 'linkerconfig/linkerconfig.go')
-rw-r--r--linkerconfig/linkerconfig.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/linkerconfig/linkerconfig.go b/linkerconfig/linkerconfig.go
index dbc112e5a..003b27507 100644
--- a/linkerconfig/linkerconfig.go
+++ b/linkerconfig/linkerconfig.go
@@ -158,7 +158,6 @@ func (l *linkerConfig) AndroidMkEntries() []android.AndroidMkEntries {
entries.SetString("LOCAL_MODULE_PATH", l.installDirPath.String())
entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.outputFilePath.Base())
entries.SetBoolIfTrue("LOCAL_UNINSTALLABLE_MODULE", !installable)
- entries.SetString("LINKER_CONFIG_PATH_"+l.Name(), l.OutputFile().String())
},
},
}}