#!/bin/sh -e

grep -q IQcRilAudio /vendor/etc/vintf/*manifest*.xml /vendor/manifest.xml

exit $?
