Merge "Make gdbclient respect custom OUT_DIR settings"
This commit is contained in:
@@ -65,7 +65,8 @@ function gdbclient() {
|
||||
ROOT=`realpath .`
|
||||
fi
|
||||
|
||||
local OUT_ROOT="$ROOT/out/target/product/$DEVICE"
|
||||
local SYS_OUT_ROOT=$(get_build_var OUT_DIR)
|
||||
local OUT_ROOT="${SYS_OUT_ROOT:-${OUT_DIR:-$ROOT/out}}/target/product/$DEVICE"
|
||||
local SYMBOLS_DIR="$OUT_ROOT/symbols"
|
||||
local IS_TAPAS_USER="$(get_build_var TARGET_BUILD_APPS)"
|
||||
local TAPAS_SYMBOLS_DIR=
|
||||
|
||||
Reference in New Issue
Block a user