commit | 500ca135b771d41700c91ae716bf9c9179d29bef | [log] [tgz] |
---|---|---|
author | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Wed Jun 26 13:48:07 2019 +0900 |
committer | Tao Bao <tbao@google.com> | Sat Jul 13 16:29:47 2019 +0000 |
tree | 37c1435ae4f6a19723d06bc71038cde67d0c9c59 | |
parent | 8ecb65f57ba65c6fc415e40c0dd3f3730088a55d [diff] |
Enable update_engine to access OTA package via file descriptor Due to the restriction of Treble, update_engine cannot access to OTA packages located on non-core domain area. (e.g. /data/vendor/upgrade/xxx.zip) To solve such problem, update_engine needs to have a new interface which accepts a file descriptor (FD) of OTA package file instead of its URI and to read package file while updating via FD. Test: Manual update Bug: 130209137 Change-Id: Ieb7173dc958ba3eb21af708e616ef7078cd17b3e