blob: 5155a4af062078050b30b369913775a321f52ba3 [file] [log] [blame]
Elliott Hughes5e165c32024-03-28 18:51:13 -07001#!/bin/bash
2source $ANDROID_BUILD_TOP/build/envsetup.sh
3cd $(dirname $0) && mm -j && \
4 exec $ANDROID_HOST_OUT/testcases/adb_integration_test_device/$(arch)/adb_integration_test_device "$@"