1#!/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 "$@"
5