Move python-adb to development/python-packages.
Nothing else was being imported from system/core yet, and a path under development makes more sense for this. Bug: http://b/22881740 Change-Id: Ib0beb02137805b3e382535514a2bc067b7fd1d33
This commit is contained in:
parent
000e1a973e
commit
f5caa3d3ba
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ function setpaths()
|
|||
fi
|
||||
|
||||
export PATH=$ANDROID_BUILD_PATHS$PATH
|
||||
export PYTHONPATH=$T/system/core:$PYTHONPATH
|
||||
export PYTHONPATH=$T/development/python-packages:$PYTHONPATH
|
||||
|
||||
unset ANDROID_JAVA_TOOLCHAIN
|
||||
unset ANDROID_PRE_BUILD_PATHS
|
||||
|
|
Loading…
Reference in a new issue