platform_build_soong/filesystem
Jooyung Han 32cddd0ba5 Fix bootimg.cmdline to use ShellEscapeIncludingSpaces
bootimg.cmdline should be passed to mkbootimg's --cmdline flag as a
single argument. Because cmdline can have spaces we should escape it
with ShellEscapeIncludingSpaces rather than blindly putting double
qoutes with ShellEscape, which also puts single quotes when necessary.

Bug: 182092664
Test: m nothing && see build.ninja (microdroid's build commands)
Test: boot microdroid on VIM3L
Change-Id: I5d766bb0a816d829569c9ebfddf97c4f846f78f8
2021-03-12 14:38:46 +09:00
..
Android.bp Add logical_partition module type 2021-02-24 12:53:39 +09:00
bootimg.go Fix bootimg.cmdline to use ShellEscapeIncludingSpaces 2021-03-12 14:38:46 +09:00
filesystem.go Merge "Add ctx to AndroidMkExtraEntriesFunc" 2021-02-22 22:40:31 +00:00
logical_partition.go Add logical_partition module type 2021-02-24 12:53:39 +09:00