Home
last modified time | relevance | path

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

/art/tools/
Ddex2oat_wrapper101 ANDROID_ROOT_MINUS_PWD="${ANDROID_ROOT#$PWD/}" # For example: out/host/linux-x86
102 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then
104 DEX2OAT_BCP_LOCS="$(get_boot_class_path $ANDROID_ROOT_MINUS_PWD)"
105 elif [[ "$ANDROID_ROOT_MINUS_PWD" == */target/* ]]; then
Dart592 ANDROID_ROOT_MINUS_PWD="${ANDROID_ROOT#$PWD/}" # For example: out/host/linux-x86
593 if [[ "$ANDROID_ROOT_MINUS_PWD" == */host/* ]]; then
595 DEX2OAT_BCP_LOCS="$(get_boot_class_path $ANDROID_ROOT_MINUS_PWD)"
596 elif [[ "$ANDROID_ROOT_MINUS_PWD" == */target/* ]]; then