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