commit | f2a22cf01e0bc7c735c390170a6b67e27ba1d134 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Feb 04 16:32:30 2025 -0800 |
committer | Spandan Das <spandandas@google.com> | Tue Feb 04 16:32:30 2025 -0800 |
tree | d1d7b29fc269cd102427767b1d0d03a96ce132c6 | |
parent | 2faf92bd973376053fa0c8386a61e2acc6f0591f [diff] |
Fix spelling error in sync* phony target Change-Id: I3c28194d87f458df90809b3b6dfc8db095862598
diff --git a/filesystem/android_device_product_out.go b/filesystem/android_device_product_out.go index 405d710..1175c42 100644 --- a/filesystem/android_device_product_out.go +++ b/filesystem/android_device_product_out.go
@@ -51,7 +51,7 @@ 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 {