blob: 30ab8778e608a7b41de551608a006b4293ef8bd0 [file] [log] [blame]
#! /bin/bash
# interactive version of run
trap "exit;" SIGINT SIGTERM
while true
do
${ANDROID_BUILD_TOP}/system/bt/gd/cert/run "$@"
python3 ${ANDROID_BUILD_TOP}/system/bt/gd/cert/change_waiter.py ${ANDROID_BUILD_TOP}/system/bt
done