mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
Minor tweaks
+ remove a few more blobs + fix broken USB and log spam on hdx*
This commit is contained in:
parent
54c68a1e93
commit
8f609e9cbe
6 changed files with 9 additions and 3 deletions
|
@ -217,7 +217,8 @@ echo "Deblobbing..."
|
|||
|
||||
#HDCP (DRM)
|
||||
blobs=$blobs"|libmm-hdcpmgr.so|libstagefright_hdcp.so|libhdcp2.so";
|
||||
blobs=$blobs"|srm.bin|insthk";
|
||||
blobs=$blobs"|srm.bin|insthk|hdcp_test";
|
||||
blobs=$blobs"|hdcp2xtest.srm";
|
||||
blobs=$blobs"|hdcp1.*|tzhdcp.*";
|
||||
|
||||
#HDR
|
||||
|
@ -277,6 +278,7 @@ echo "Deblobbing..."
|
|||
#Keystore/TrustZone (HW Crypto) [Qualcomm]
|
||||
#blobs=$blobs"|keystore.qcom.so|libdrmdecrypt.so|libdrmfs.so|libdrmtime.so|libQSEEComAPI.so|librpmb.so|libssd.so|libQTEEConnector.*.so";
|
||||
#blobs=$blobs"|qseecomd";
|
||||
blobs=$blobs"|qseecom_sample_client|qseecom_security_test|qseeproxysampledaemon";
|
||||
#blobs=$blobs"|keymaster.*|tzapps.*";
|
||||
#blobs=$blobs"|vendor.qti.hardware.qteeconnector.*";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue