Adapt to gdbrunner packaging.
Similar to https://android-review.googlesource.com/c/platform/build/+/2403120. The directory structure of //development/python-packages/gdbrunner needs to change to be able to export type info to importers, and this needs to adapt to keep gdbclient working. Bug: None Test: gdbclient.py --help Change-Id: I8127ec7beae2a7840283be25ee236a8e2af48cae
This commit is contained in:
parent
71f9dabe47
commit
426ac69cbf
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ function set_lunch_paths()
|
|||
# would prevent exporting type info from those packages.
|
||||
#
|
||||
# http://b/266688086
|
||||
export ANDROID_PYTHONPATH=$T/development/python-packages/adb:$T/development/python-packages:
|
||||
export ANDROID_PYTHONPATH=$T/development/python-packages/adb:$T/development/python-packages/gdbrunner:$T/development/python-packages:
|
||||
if [ -n $VENDOR_PYTHONPATH ]; then
|
||||
ANDROID_PYTHONPATH=$ANDROID_PYTHONPATH$VENDOR_PYTHONPATH
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue