OSDN Git Service

otatools: added missing shared library for make_ext4fs
authorVikram Dattu <vikram.dattu@sonymobile.com>
Fri, 16 Dec 2016 15:33:03 +0000 (16:33 +0100)
committerJohan Redestig <johan.redestig@sonymobile.com>
Tue, 20 Dec 2016 12:53:34 +0000 (13:53 +0100)
commit8be44674a1b0a5fd0abbec2bea5cad37588729fb
tree9f56ef7b17d498e13ee804a466d085b9fd472b27
parentf9678496939f183940b2500fe611565a81255e5b
otatools: added missing shared library for make_ext4fs

Added the missing shared library libpcre2.so for make_ext4fs
in the otatools.zip.
Standalone signing the images with otatools zip is not working
due to missing library for make_ext4fs.

Test: tools/releasetools/sign_target_files_apks
    -p <extracted ota-tools.zip folder>
    --extra_signapk_args=-f /etc/opt/cert_data.dat
    -v
    --replace_verity_private_key ~/build/target/product/security/verity
    --replace_verity_public_key ~/build/target/product/security/verity.x509.pem
    -k <key maping>
    <input target files zip>
    <output target files zip>

Change-Id: I4fc71a1c710f3075bb3bdb90d915538526004ee6
core/Makefile