diff options
| author | 2025-02-04 16:32:30 -0800 | |
|---|---|---|
| committer | 2025-02-04 16:32:30 -0800 | |
| commit | f2a22cf01e0bc7c735c390170a6b67e27ba1d134 (patch) | |
| tree | d1d7b29fc269cd102427767b1d0d03a96ce132c6 /filesystem | |
| parent | 2faf92bd973376053fa0c8386a61e2acc6f0591f (diff) | |
Fix spelling error in sync* phony target
Change-Id: I3c28194d87f458df90809b3b6dfc8db095862598
Diffstat (limited to 'filesystem')
| -rw-r--r-- | filesystem/android_device_product_out.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/android_device_product_out.go b/filesystem/android_device_product_out.go index 405d71034..1175c428c 100644 --- a/filesystem/android_device_product_out.go +++ b/filesystem/android_device_product_out.go @@ -51,7 +51,7 @@ func (a *androidDevice) copyFilesToProductOutForSoongOnly(ctx android.ModuleCont if partition == "system_ext" { partition = "systemext" } - partition = partition + "imgage" + partition = partition + "image" ctx.Phony(info.ModuleName, imgInstallPath) ctx.Phony(partition, imgInstallPath) for _, fip := range info.FullInstallPaths { |