Update the project path in the build_all.sh local build script

Change-Id: I49fa1e28a1efc176001516981933b07426fa3a28
diff --git a/sl4a/build_all.sh b/sl4a/build_all.sh
index d420c8d..9cd5c1b 100755
--- a/sl4a/build_all.sh
+++ b/sl4a/build_all.sh
@@ -40,7 +40,7 @@
 APP_PACKAGE_NAME=com.googlecode.android_scripting
 
 BRANCH_ROOT=${PWD}/../../../../..
-SL4A_ROOT=${BRANCH_ROOT}/vendor/google_testing/comms/Tools/sl4a
+SL4A_ROOT=${BRANCH_ROOT}/packages/apps/Test/connectivity/sl4a
 SHARED_LIB_JAR_ROOT=${BRANCH_ROOT}/out/target/common/obj/JAVA_LIBRARIES
 APP_JAR_ROOT=${BRANCH_ROOT}/out/target/common/obj/APPS
 APK_ROOT=${BRANCH_ROOT}/out/target/product/${TP}/system/priv-app/sl4a