From fc232c591ee221614636e472bd07c57b86eed958 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Thu, 12 Sep 2013 17:56:45 -0700 Subject: Update path to studio build script Change-Id: I3dbd810ea563c5e61b95efb22aafdcd26c901bab --- eclipse/scripts/build_server.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclipse/scripts') diff --git a/eclipse/scripts/build_server.sh b/eclipse/scripts/build_server.sh index e96abe1..81686af 100755 --- a/eclipse/scripts/build_server.sh +++ b/eclipse/scripts/build_server.sh @@ -118,7 +118,9 @@ function build_adt_ide() { # This needs to run from the top android directory D="$PROG_DIR" cd "$D/../../../" && echo "Switched to directory $PWD" - for sc in */*/*/build_ide*.sh; do + + IDE_SCRIPTS="sdk/eclipse/scripts/build_ide.sh tools/idea/build_ide_ext.sh" + for sc in $IDE_SCRIPTS; do if [[ -x $sc ]]; then echo "RUNNING $sc from $PWD" $sc "$DEST_DIR" "$QUALIFIER" "${preview}${BUILD_NUMBER:-$QUALIFIER}" -- cgit v1.1