diff --git a/proprietary-files.txt b/proprietary-files.txt index 44ccbd3..1eb6b40 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -343,7 +343,7 @@ vendor/lib64/vendor.qti.hardware.eid@1.0.so # FM vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so -vendor/lib64/vendor.qti.hardware.fm@1.0.so +vendor/lib64/vendor.qti.hardware.fm@1.0.so;MODULE=vendor.qti.hardware.fm@1.0-vendor # Gatekeeper vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 13824dd..8232781 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -43,7 +43,8 @@ function lib_to_package_fixup_vendor_variants() { fi case "$1" in - com.qualcomm.qti.dpm.api@1.0) + com.qualcomm.qti.dpm.api@1.0 | \ + vendor.qti.hardware.fm@1.0) echo "$1-vendor" ;; *)