Merge "Add system/core to the PYTHONPATH."

This commit is contained in:
Dan Albert 2015-07-31 20:48:17 +00:00 committed by Gerrit Code Review
commit 010f652ee7

View file

@ -198,6 +198,7 @@ function setpaths()
fi fi
export PATH=$ANDROID_BUILD_PATHS$PATH export PATH=$ANDROID_BUILD_PATHS$PATH
export PYTHONPATH=$T/system/core:$PYTHONPATH
unset ANDROID_JAVA_TOOLCHAIN unset ANDROID_JAVA_TOOLCHAIN
unset ANDROID_PRE_BUILD_PATHS unset ANDROID_PRE_BUILD_PATHS