sm7325-common: fix vendor.qti.hardware.fm@1.0 ELF checks
Change-Id: I43f0824f88c24dd9d039f9075090c17f4266ab2d
This commit is contained in:
parent
26de1a855d
commit
2a34b8e1da
@ -369,7 +369,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
|
||||||
|
@ -39,7 +39,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…
x
Reference in New Issue
Block a user