Allow running adb_gdb in a subdirectory of src/.
Review URL: https://codereview.chromium.org/739983004 Cr-Original-Commit-Position: refs/heads/master@{#305410} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: da8f334aff6b9bab71cee4f9df7db0c8adb40312
This commit is contained in:
Родитель
19676380c3
Коммит
d891925723
|
@ -338,7 +338,7 @@ if [ -z "$PACKAGE_NAME" ]; then
|
|||
fi
|
||||
|
||||
if [ -z "$NDK_DIR" ]; then
|
||||
ANDROID_NDK_ROOT=$(PYTHONPATH=build/android python -c \
|
||||
ANDROID_NDK_ROOT=$(PYTHONPATH=$CHROMIUM_SRC/build/android python -c \
|
||||
'from pylib.constants import ANDROID_NDK_ROOT; print ANDROID_NDK_ROOT,')
|
||||
else
|
||||
if [ ! -d "$NDK_DIR" ]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче