Side by Side Diff: platform_tools/android/bin/adb_print_path
Issue 692633002:
Add a helper script to expose which version of adb the android scripts use. (Closed)
Base URL: https://skia.googlesource.com/skia.git@master
Patch Set:
Created 6 years, 1 month ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
3 # adb_print_path: prints the path to the copy of adb that will be used by Skia's
4 # android scripts. This is used by Skia's build infrastructure to ensure that
5 # we use the same adb revision (and instance).
6
7 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
8 source $SCRIPT_DIR/android_setup.sh
9 source $SCRIPT_DIR/utils/setup_adb.sh
10
11 echo $ADB
12 exit 0
OLD
NEW
« no previous file with comments
|
« no previous file
|
no next file »
|
no next file with comments »
Issue 692633002: Add a helper script to expose which version of adb the android scripts use.
(Closed)
Created 6 years, 1 month ago by djsollen
Modified 6 years, 1 month ago
Reviewers: borenet
Base URL: https://skia.googlesource.com/skia.git@master
Comments: 0