aboutsummaryrefslogtreecommitdiff
path: root/aosp-mesa-testing
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2019-08-30 07:16:49 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2019-08-30 01:48:49 +0000
commit1817c08e5454ab40878dfc4ed2bca6dacb182941 (patch)
tree649edf349aec97c33e59f5f40768eb7bad9185bb /aosp-mesa-testing
parent0ef2ea0bdb2aed4ab78c38ceb48cd32b7b4e34e7 (diff)
aosp-mesa-testing: fix build issues
Change-Id: Ib46516d4d0b6c572e52325c142abb447fc077ff1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'aosp-mesa-testing')
-rw-r--r--aosp-mesa-testing/builders.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/aosp-mesa-testing/builders.sh b/aosp-mesa-testing/builders.sh
index 7f7b1782..3a6e2fe1 100644
--- a/aosp-mesa-testing/builders.sh
+++ b/aosp-mesa-testing/builders.sh
@@ -44,12 +44,14 @@ repo sync -j$(nproc) -c -f
rm -rf build-info
source build/envsetup.sh
lunch linaro_db845c-userdebug
-mma -j$(nproc)
+mma -j$(nproc) libGLES_mesa hwcomposer.drm gralloc.gbm
export AOSP_MASTER_BUILD=pass
pushd external/mesa3d
+set +e
git remote rm upstream
+set -e
git remote add upstream git://anongit.freedesktop.org/mesa/mesa
git pull
git checkout ${GIT_COMMIT}