From c68db4b305b9186d8d9b4e83b298a33fa810d06b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 11 Nov 2021 18:59:15 -0800 Subject: Remove InstallBypassMake and ToMakePath InstallBypassMake and ToMakePath are obsolete, remove them. Bug: 204136549 Test: m checkbuild Change-Id: Ie5a6f7254b3d317ed6039e114ed6aec35e1ce273 --- filesystem/logical_partition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filesystem/logical_partition.go') diff --git a/filesystem/logical_partition.go b/filesystem/logical_partition.go index 739e609ed..e2f7d7bdf 100644 --- a/filesystem/logical_partition.go +++ b/filesystem/logical_partition.go @@ -215,7 +215,7 @@ func (l *logicalPartition) AndroidMkEntries() []android.AndroidMkEntries { OutputFile: android.OptionalPathForPath(l.output), ExtraEntries: []android.AndroidMkExtraEntriesFunc{ func(ctx android.AndroidMkExtraEntriesContext, entries *android.AndroidMkEntries) { - entries.SetString("LOCAL_MODULE_PATH", l.installDir.ToMakePath().String()) + entries.SetString("LOCAL_MODULE_PATH", l.installDir.String()) entries.SetString("LOCAL_INSTALLED_MODULE_STEM", l.installFileName()) }, }, -- cgit v1.2.3-59-g8ed1b