diff --git a/proprietary-files.txt b/proprietary-files.txt index 71d8334..dffd94d 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -155,7 +155,7 @@ system_ext/framework/dpmapi.jar system_ext/priv-app/dpmserviceapp/dpmserviceapp.apk -vendor/bin/dpmQmiMgr vendor/etc/init/dpmQmiMgr.rc --vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so +-vendor/lib64/com.qualcomm.qti.dpm.api@1.0.so;MODULE_SUFFIX=_vendor -vendor/lib64/libdpmqmihal.so # DRM diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0a8b853..404cca0 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -39,7 +39,8 @@ function lib_to_package_fixup_vendor_variants() { fi case "$1" in - vendor.qti.imsrtpservice@3.0) + com.qualcomm.qti.dpm.api@1.0 | \ + vendor.qti.imsrtpservice@3.0) echo "$1_vendor" ;; *)