diff options
Diffstat (limited to 'android/paths.go')
-rw-r--r-- | android/paths.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/paths.go b/android/paths.go index 09f760a57..f88d650f7 100644 --- a/android/paths.go +++ b/android/paths.go @@ -739,7 +739,7 @@ func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string var partition string if ctx.InstallInData() { partition = "data" - } else if ctx.Vendor() { + } else if ctx.InstallOnVendorPartition() { partition = ctx.DeviceConfig().VendorPath() } else { partition = "system" |