OSDN Git Service

build: ota: Support for install tools in /tmp/install
authorTom Marshall <tdm@cyngn.com>
Fri, 12 Dec 2014 19:51:33 +0000 (11:51 -0800)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit17420b58bddc6fed979232b3040d92a6474207a8
tree5b03e9ac235c178679dbd98f271c75fa0332ed30
parentd21de545445c2071eb95c92c746b52f0e025059e
build: ota: Support for install tools in /tmp/install

 * Anything in OUT/install gets packaged up into the zip and extracted
   to /tmp/install immediately after FullOTA_InstallBegin.

 * Use /tmp/install in edify scripts and remove code related to using
   and manipulating /system for install tools.

Change-Id: I315a3238e36c8d15e26f935e272f7e27dd59c320
tools/releasetools/edify_generator.py
tools/releasetools/ota_from_target_files.py