aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorKonstantin Lopyrev <klopyrev@google.com>2010-08-27 09:08:34 -0700
committerKonstantin Lopyrev <klopyrev@google.com>2010-08-27 16:21:58 -0700
commit99bd6912e7b5b97fc6d4bb787e76b2d9dfffd7ae (patch)
tree0f108bf445c903cbc2e3cb48ff3f441a3f799f5a /eclipse/scripts
parent712c280346135b7c29c02a2908ff9faf103d6861 (diff)
downloadsdk-99bd6912e7b5b97fc6d4bb787e76b2d9dfffd7ae.zip
sdk-99bd6912e7b5b97fc6d4bb787e76b2d9dfffd7ae.tar.gz
sdk-99bd6912e7b5b97fc6d4bb787e76b2d9dfffd7ae.tar.bz2
Refactoring and integrating into Eclipse
Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_hierarchyviewer_symlinks.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/scripts/create_hierarchyviewer_symlinks.sh b/eclipse/scripts/create_hierarchyviewer_symlinks.sh
index ce7bf4b..f341144 100755
--- a/eclipse/scripts/create_hierarchyviewer_symlinks.sh
+++ b/eclipse/scripts/create_hierarchyviewer_symlinks.sh
@@ -60,10 +60,10 @@ DEST=$BASE/libs
mkdir -p $DEST
-LIBS="hierarchyviewerlib hierarchyvieweruilib"
+LIBS="ddmlib ddmuilib hierarchyviewerlib "
echo "make java libs ..."
make -j3 showcommands $LIBS || die "Hierarchy Viewer: Fail to build one of $LIBS."
for LIB in $LIBS; do
cpfile $DEST out/host/$PLATFORM/framework/$LIB.jar
-done \ No newline at end of file
+done