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:10:34 +0000 (16:10 -0800)
commitdf4cb0b2c1e6d1cf5973e9008bd6dc15bd590ac0
tree4b45848b5216edc8d61816f010fc5b3f8470907f
parente511a07677dfc8f622f5fa8863b453aad7ffcdea
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
(cherry picked from commit 8608cde944d64dece63e8c770deb78c1d092c719)
tools/releasetools/edify_generator.py
tools/releasetools/ota_from_target_files.py