blob: 92fc7cdf6f0a72b43fd634e213e5fad67ddc38e0 [file] [log] [blame]
#! /bin/bash
unzip -u $ANDROID_BUILD_TOP/out/dist/bluetooth_cert_generated_py.zip -d $ANDROID_BUILD_TOP/out/dist/bluetooth_cert_generated_py
# For bluetooth_packets_python3
pushd .
cd $ANDROID_BUILD_TOP
python3.8-gd `which act.py` -c $ANDROID_BUILD_TOP/system/bt/gd/cert/pts.json -tf $ANDROID_BUILD_TOP/system/bt/gd/cert/pts_l2cap_testcase -tp $ANDROID_BUILD_TOP/system/bt/gd
popd