blob: adae3e5a4173a004dbaebc0dc08719b0eebe48c0 [file] [log] [blame]
#!/system/bin/sh
#
# Script to start "LMOFaceHalAdapterService" on the device
#
base=/system
export CLASSPATH=$base/framework/LMOFaceHalAdapterService.jar
exec app_process $base/bin com.libremobileos.faceunlock.FaceHalAdapterService "$@"