OSDN Git Service

ota: Make sure we don't install on top of an incompatible system
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>
Fri, 9 May 2014 21:21:28 +0000 (22:21 +0100)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit5dd25c2a3e3615c61811494e080a2a839b0bbd76
tree2011390a1715443a8bf1b14aaaac6f81b76ca1df
parentda6a903ce90bc3b4daee39cef77e6631519fda0b
ota: Make sure we don't install on top of an incompatible system

If the system has data present, make sure said data doesn't depend
on a system signature different from our own. If we can't find
our platform key, abort the installation

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