Remove TEMPORARY_DISABLE_PATH_RESTRICTIONS
This was needed for luci's vpython:
https://android-review.googlesource.com/c/platform/art/+/789951
but we have python2/3 prebuilts now, so this shouldn't be necessary (and is being removed)
Change-Id: Idfd0bfc2662234034f9cee2620e907527b79d6f1
Test: treehugger
diff --git a/tools/buildbot-build.sh b/tools/buildbot-build.sh
index 56b4a23..60e4772 100755
--- a/tools/buildbot-build.sh
+++ b/tools/buildbot-build.sh
@@ -63,7 +63,7 @@
done
# Allow to build successfully in master-art.
-extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true TEMPORARY_DISABLE_PATH_RESTRICTIONS=true"
+extra_args="SOONG_ALLOW_MISSING_DEPENDENCIES=true"
if [[ $mode == "host" ]]; then
make_command="build/soong/soong_ui.bash --make-mode $j_arg $extra_args $showcommands build-art-host-tests $common_targets"