Home
last modified time | relevance | path

Searched refs:CTS_ROOT_ROOT (Results 1 – 1 of 1) sorted by relevance

/test/cts-root/tools/cts-root-tradefed/etc/
Dcts-root-tradefed56 CTS_ROOT_ROOT=${ANDROID_HOST_OUT}/cts_root
58 CTS_ROOT_ROOT=${ANDROID_BUILD_TOP}/${OUT_DIR:-out}/host/${OS}/cts_root
60 if [ ! -d ${CTS_ROOT_ROOT} ]; then
61 echo "Could not find $CTS_ROOT_ROOT in Android build environment. Try 'make cts_root'"
66 if [ -z ${CTS_ROOT_ROOT} ]; then
68 CTS_ROOT_ROOT="$(dirname $0)/../.."
71 JAR_DIR=${CTS_ROOT_ROOT}/android-cts_root/tools
77 LIB_DIR=${CTS_ROOT_ROOT}/android-cts_root/lib
81 for j in ${CTS_ROOT_ROOT}/android-cts_root/testcases/*.jar; do
85 java $RDBG_FLAG -cp ${JAR_PATH} -DCTS_ROOT_ROOT=${CTS_ROOT_ROOT} com.android.compatibility.common.t…