commit | 515ab1e2d11052069f2e3127bb6ab71c347b4eba | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Jul 27 16:06:25 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Jul 31 13:38:47 2015 -0700 |
tree | 8d7fbdb8b290742e5b20a64bcbd1bd4dcdc21961 | |
parent | bcd7ae6f30149a2296d7288c74ffe6c90188f93d [diff] [blame] |
Add system/core to the PYTHONPATH. There's an adb Python interface now, and system/core needs to be in the PYTHONPATH for `import adb` to find it. Change-Id: I712767a2ba96cb017ce5857dc367e4cacf2ec51f
diff --git a/envsetup.sh b/envsetup.sh index 62802df..3c29e88 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -198,6 +198,7 @@ fi export PATH=$ANDROID_BUILD_PATHS$PATH + export PYTHONPATH=$T/system/core:$PYTHONPATH unset ANDROID_JAVA_TOOLCHAIN unset ANDROID_PRE_BUILD_PATHS