aboutsummaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-09-18 13:23:56 -0700
committerDan Albert <danalbert@google.com>2015-09-18 13:40:26 -0700
commitf5caa3d3ba06196ffccf1a10bcccaeb4a1ffe64f (patch)
treefaa503ce0b2e1beb14dcac664ea2ea03da4a2367 /envsetup.sh
parent000e1a973ec83cb2af644ce72a46f1c026299a7d (diff)
downloadplatform_build-f5caa3d3ba06196ffccf1a10bcccaeb4a1ffe64f.tar.gz
platform_build-f5caa3d3ba06196ffccf1a10bcccaeb4a1ffe64f.tar.bz2
platform_build-f5caa3d3ba06196ffccf1a10bcccaeb4a1ffe64f.zip
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
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index fa4e2d69f0..fcf3b47e59 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -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