Merge "Don't export Soong path as a Make variable" am: 2316240547

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2026927

Change-Id: If8147303bc5488a17df06eb7b77fba1ea68f8502
This commit is contained in:
Colin Cross
2022-03-16 17:53:44 +00:00
committed by Automerger Merge Worker

View File

@@ -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())
},
},
}}