Usage: gen-android-starnix-container --name <name> --outdir <outdir> --base <base> --system <system> [--vendor <vendor>] [--ramdisk <ramdisk>] [--hal <hal...>] [--depfile <depfile>] [--fstab <fstab>] [--init <init...>] [--skip-subpackages] Construct a starnix container that can include an Android system and HALs. OPTIONS:
--name name of the starnix container. --outdir directory to place outputs into. --base path to package archive containing additional resources to include. --system path to an Android system image. --vendor path to an Android vendor partition image. --ramdisk path to a ramdisk image. --hal path to hal package archive. --depfile path to a depfile to write. --fstab path to fstab, will go in /odm which overrides the one in /vendor --init path to extra init scripts, will go in /odm/etc/init. Can be passed more than once. --skip-subpackages whether to skip including HALs as subpackages. --help display usage information