Change-Id: Iae03ca62a8a8e1f64992c072d0d73637fc9fb284
script:
- |
+ sudo update-alternatives --set python /usr/bin/python3
PATH="/home/build/bin:$PATH"
if [ ${VERSION} = '17.1' ]; then
export CCACHE_EXEC=$(which ccache)
if [ -f device/*/${DEVICE}/patches/patch.sh ]; then
device/*/${DEVICE}/patches/patch.sh
fi
+ if [ ${VERSION} = '14.1' ]; then
+ sudo update-alternatives --set python /usr/bin/python2.7
+ fi
if [ ${CLEAN} = 'true' ]; then
make clean
else