From f5caa3d3ba06196ffccf1a10bcccaeb4a1ffe64f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 18 Sep 2015 13:23:56 -0700 Subject: [PATCH] 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 --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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