acs: use toolchain from docker image
Move away from using the toolchain provided by hafnium prebuilts
submodule. Use the pre-installed toolchain from the docker image.
Signed-off-by: Olivier Deprez <olivier.deprez@arm.com>
Change-Id: I6a67a390585bebb022d17f011107295301dd6170
diff --git a/acs/builder.sh b/acs/builder.sh
index 03762f4..839cd9b 100755
--- a/acs/builder.sh
+++ b/acs/builder.sh
@@ -17,7 +17,8 @@
make
# Build Hafnium
-export PATH=${WORKSPACE}/hafnium/prebuilts/linux-x64/clang/bin:${WORKSPACE}/hafnium/prebuilts/linux-x64/dtc:$PATH
+export PATH=${WORKSPACE}/hafnium/prebuilts/linux-x64/dtc:$PATH
+
cd ${WORKSPACE}/hafnium
echo "Building Hafnium."
make PROJECT=reference