diff options
| author | Christopher R. Palmer <crpalmer@gmail.com> | 2016-03-02 14:01:16 -0500 |
|---|---|---|
| committer | Christopher R. Palmer <crpalmer@gmail.com> | 2016-03-02 14:20:17 -0500 |
| commit | 4d73a715b898a53496dc5b9d1300a7893325755e (patch) | |
| tree | df909afe15b289110a1ace40a7062b4f0d31e5d0 /rootdir | |
| parent | 4b8e10bb3a44a0bb0e247fb249b023ef62cd260b (diff) | |
mofd-common: Make it possible to use the stock keystore blobs
During the change to cm-13.0 and the change to use boringssl,
something broke in the crypto support used by our keystore blobs.
Ram in a new copy of the stock crypto lib via a shim to allow
the keystore crypto to work properly.
Change-Id: Ie0d82db0891e15645c2b1c466e0949d923c73124
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.mofd_v1.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.mofd_v1.rc b/rootdir/etc/init.mofd_v1.rc index c9acf0d..96a060f 100644 --- a/rootdir/etc/init.mofd_v1.rc +++ b/rootdir/etc/init.mofd_v1.rc @@ -349,4 +349,4 @@ service_redefine keystore /system/bin/keystore /data/misc/keystore class main user keystore group keystore drmrpc system - + setenv LD_SHIM_LIBS /system/libbinder.so|libstock_crypto.so:/system/lib/hw/keystore.vendor.moorefield.so|libstock_crypto.so |
