Cargo.toml: reindent all-android features

The all-android features were indented by 8 spaces, unlike the other
feature sets, which use 4 spaces. Additionally, the fs_runtime_ugid_map
feature used a tab instead of spaces, which confuses some editors.

No functional change.

BUG=None
TEST=`git diff -w` is empty

Change-Id: Ic67de3e4daad094b9a97848a1f0cafece2b77c15
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5935132
Reviewed-by: Frederick Mayle <fmayle@google.com>
Auto-Submit: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Frederick Mayle <fmayle@google.com>
This commit is contained in:
Daniel Verkamp 2024-10-15 10:54:37 -07:00 committed by crosvm LUCI
parent 967294a8b9
commit 787240bce2

View file

@ -442,22 +442,22 @@ all-msvc64 = [ "all-mingw64" ]
## All features that are compiled and tested for android builds
all-android = [
"android-sparse",
"audio",
"audio_aaudio",
"balloon",
"composite-disk",
"config-file",
"fs_runtime_ugid_map",
"gdb",
"gdbstub",
"gdbstub_arch",
"geniezone",
"gunyah",
"libaaudio_stub",
"net",
"qcow",
"usb",
"android-sparse",
"audio",
"audio_aaudio",
"balloon",
"composite-disk",
"config-file",
"fs_runtime_ugid_map",
"gdb",
"gdbstub",
"gdbstub_arch",
"geniezone",
"gunyah",
"libaaudio_stub",
"net",
"qcow",
"usb",
]
[dependencies]