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:
Dan Albert 2015-09-18 13:23:56 -07:00
parent 000e1a973e
commit f5caa3d3ba

View file

@ -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