aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts/create_test_symlinks.sh
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-11-11 12:16:25 -0800
committerAndroid Code Review <code-review@android.com>2010-11-11 12:16:25 -0800
commit544f82284a7832b8f76f191b23a89c5ab12dba4c (patch)
tree0a0a6ec8b2ad6c4f09614f2a32ecf591d8f1d335 /eclipse/scripts/create_test_symlinks.sh
parent6c88ff3409763cac0d757bbcdf8f09d2bb5fda9e (diff)
parentf29be828de51dbe2f55508cd620142e35cd19cbd (diff)
downloadsdk-544f82284a7832b8f76f191b23a89c5ab12dba4c.zip
sdk-544f82284a7832b8f76f191b23a89c5ab12dba4c.tar.gz
sdk-544f82284a7832b8f76f191b23a89c5ab12dba4c.tar.bz2
Merge "Make ADT use the new layoutlib API."
Diffstat (limited to 'eclipse/scripts/create_test_symlinks.sh')
-rwxr-xr-xeclipse/scripts/create_test_symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_test_symlinks.sh b/eclipse/scripts/create_test_symlinks.sh
index dca9bf3..17f2707 100755
--- a/eclipse/scripts/create_test_symlinks.sh
+++ b/eclipse/scripts/create_test_symlinks.sh
@@ -35,7 +35,7 @@ BASE="sdk/eclipse/plugins/com.android.ide.eclipse.tests"
DEST=$BASE
BACK=`back $DEST`
-LIBS="easymock"
+LIBS="easymock layoutlib_utils"
echo "make java libs ..."
make -j3 showcommands $LIBS || die "ADT: Fail to build one of $LIBS."