klte-common: Load BoringSSL compatibility library
Change-Id: I14e1d0d020637ca13ef2fbc300190062ca0a1cf5
This commit is contained in:
parent
6548fe989f
commit
e8b3cb70b9
3 changed files with 6 additions and 0 deletions
|
@ -10,5 +10,9 @@
|
|||
{
|
||||
"repository": "android_external_stlport",
|
||||
"target_path": "external/stlport"
|
||||
},
|
||||
{
|
||||
"repository": "android_external_sony_boringssl-compat",
|
||||
"target_path": "external/sony/boringssl-compat"
|
||||
}
|
||||
]
|
||||
|
|
1
klte.mk
1
klte.mk
|
@ -58,6 +58,7 @@ PRODUCT_COPY_FILES += \
|
|||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
camera.msm8974 \
|
||||
libboringssl-compat \
|
||||
libstlport \
|
||||
libxml2
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ on early-init
|
|||
symlink /data/tombstones /tombstones
|
||||
|
||||
on init
|
||||
export LD_PRELOAD "/system/lib/libboringssl-compat.so"
|
||||
|
||||
# Support legacy paths
|
||||
symlink /sdcard /mnt/sdcard
|
||||
|
|
Loading…
Reference in a new issue