diff options
author | Adrian DC <radian.dc@gmail.com> | 2017-04-19 14:44:13 +0000 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2018-09-18 10:19:54 +1000 |
commit | 8ef165a41244a47ae7250908dabf8f0ffbc1ae85 (patch) | |
tree | 5514d2a364851a1a736149a6eb83508b67b6084c | |
parent | 44dcc3e67c2622dbebbe3afcdf5ea08bef6d39f0 (diff) |
ham: Add STLport library as prebuilt binary
* libstlport.so has been deprecated from AOSP 8.0.0,
and the sources have been replaced by prebuilt
binaries only for selected official devices
* Import libstlport.so from ASUS Flo 32 bits
commit daa71cf2aac6723fce66224c41873bb430ff61dc
* libstlport is a dependency of legacy camera
or display HAL proprietary stacks
Change-Id: Idf6cd3cb5781bb1603b0693b400008b34eac8e70
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Signed-off-by: ShubhamB6596 <shubhamprince111@gmail.com>
-rw-r--r-- | ham/ham-vendor.mk | 1 | ||||
-rw-r--r-- | ham/proprietary/vendor/lib/libstlport.so | bin | 0 -> 243260 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/ham/ham-vendor.mk b/ham/ham-vendor.mk index 50ee4d9..c9467e3 100644 --- a/ham/ham-vendor.mk +++ b/ham/ham-vendor.mk @@ -217,6 +217,7 @@ PRODUCT_COPY_FILES += \ vendor/zuk/ham/proprietary/vendor/lib/libsensor_reg.so:system/vendor/lib/libsensor_reg.so \ vendor/zuk/ham/proprietary/vendor/lib/libsmemlog.so:system/vendor/lib/libsmemlog.so \ vendor/zuk/ham/proprietary/vendor/lib/libssd.so:system/vendor/lib/libssd.so \ + vendor/zuk/ham/proprietary/vendor/lib/libstlport.so:system/vendor/lib/libstlport.so \ vendor/zuk/ham/proprietary/vendor/lib/libsystem_health_mon.so:system/vendor/lib/libsystem_health_mon.so \ vendor/zuk/ham/proprietary/vendor/lib/libtfa98xx.so:system/vendor/lib/libtfa98xx.so \ vendor/zuk/ham/proprietary/vendor/lib/libthermalclient.so:system/vendor/lib/libthermalclient.so \ diff --git a/ham/proprietary/vendor/lib/libstlport.so b/ham/proprietary/vendor/lib/libstlport.so Binary files differnew file mode 100644 index 0000000..2df3a6f --- /dev/null +++ b/ham/proprietary/vendor/lib/libstlport.so |