aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-11-10 16:18:58 -0800
committerXavier Ducrohet <xav@android.com>2010-11-11 12:15:58 -0800
commitf29be828de51dbe2f55508cd620142e35cd19cbd (patch)
tree0a0a6ec8b2ad6c4f09614f2a32ecf591d8f1d335 /eclipse/scripts
parent6c88ff3409763cac0d757bbcdf8f09d2bb5fda9e (diff)
downloadsdk-f29be828de51dbe2f55508cd620142e35cd19cbd.zip
sdk-f29be828de51dbe2f55508cd620142e35cd19cbd.tar.gz
sdk-f29be828de51dbe2f55508cd620142e35cd19cbd.tar.bz2
Make ADT use the new layoutlib API.
ADT now exclusively use the new API. The older platforms that still use the old API are accessed through a compatibility layer provided by the class LayoutBridgeWrapper that converts the old to the new API (both input and output). The wrapper and the loading code for the bridge have moved to layoutlib_utils, but into the ide.common package. Layoutlib_utils is to be renamed ide-common later. .sdk.LoadStatus has moved into .ide.common too since it's used by the bridge loading code. As we'll move more code into ide-common it's ok to have it there anyway. Also did some minor fix to the API: - missing implementation of ViewInfo - Made a singleton for SUCCESS state of SceneResult. Change-Id: I5e7130ca03b92ad71dc9c293b2ffc40566df645c
Diffstat (limited to 'eclipse/scripts')
-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."