sm6375-common: fix vendor.qti.hardware.fm@1.0 ELF checks
Change-Id: I43f0824f88c24dd9d039f9075090c17f4266ab2d
This commit is contained in:
parent
8994ad487a
commit
fd4205dfc2
2 changed files with 3 additions and 2 deletions
|
@ -343,7 +343,7 @@ vendor/lib64/vendor.qti.hardware.eid@1.0.so
|
||||||
|
|
||||||
# FM
|
# FM
|
||||||
vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so
|
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
|
# Gatekeeper
|
||||||
vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti
|
vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti
|
||||||
|
|
|
@ -43,7 +43,8 @@ function lib_to_package_fixup_vendor_variants() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$1" in
|
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"
|
echo "$1-vendor"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue