OSDN Git Service

releasetools: Add --oem_no_mount option.
authorTao Bao <tbao@google.com>
Fri, 26 Feb 2016 03:49:55 +0000 (19:49 -0800)
committerTao Bao <tbao@google.com>
Sat, 27 Feb 2016 00:07:16 +0000 (16:07 -0800)
commit8608cde944d64dece63e8c770deb78c1d092c719
treeba62daa4f8986fcda569b16d2c8ef80e767ad4f6
parent1284954db036e5c2fdf5576bd03f415b8a201078
releasetools: Add --oem_no_mount option.

We may have devices with OEM-specific properties but without an OEM
partition (e.g. the properties might be set by init based on hardware
SKUs). For such devices, we supply --oem_no_mount to skip mounting the
OEM partition in the updater-script. The option is only meaningful when
-o (--oem_settings) is specified.

Bug: 27359929
Change-Id: Ic08396e478a82be4188e980e704b33b4f704a8d7
tools/releasetools/edify_generator.py
tools/releasetools/ota_from_target_files.py