aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/scripts
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2011-11-13 11:47:12 -0800
committerSiva Velusamy <vsiva@google.com>2011-11-14 16:49:21 -0800
commitc527b7ec20638f85b72089fcc2e231da96216387 (patch)
tree2c05035b95212228b9cd8cb3459ca35b42c2e93a /eclipse/scripts
parent0ff515a76142ce48794bdfb098df37f899886535 (diff)
downloadsdk-c527b7ec20638f85b72089fcc2e231da96216387.zip
sdk-c527b7ec20638f85b72089fcc2e231da96216387.tar.gz
sdk-c527b7ec20638f85b72089fcc2e231da96216387.tar.bz2
GLTrace initial implementation
This initial implementation provides two basic features: 1. Connect to the device and retrieve a trace. 2. Open a trace file and display the list of GL calls in a table. Change-Id: Ib594f0606b1276f6fbdcc0d7a1dae9034617cfab
Diffstat (limited to 'eclipse/scripts')
-rwxr-xr-xeclipse/scripts/create_all_symlinks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/scripts/create_all_symlinks.sh b/eclipse/scripts/create_all_symlinks.sh
index ccab342..b9bd7d4 100755
--- a/eclipse/scripts/create_all_symlinks.sh
+++ b/eclipse/scripts/create_all_symlinks.sh
@@ -139,7 +139,7 @@ if [[ $PLATFORM != "windows-x86" ]]; then
# liblzf doesn't build under cygwin. If necessary, this should be fixed first.
GLD_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/libs"
- GLD_LIBS="host-libprotobuf-java-2.3.0-lite liblzf sdklib"
+ GLD_LIBS="host-libprotobuf-java-2.3.0-lite liblzf sdklib ddmlib"
LIBS="$LIBS $GLD_LIBS"
CP_FILES="$CP_FILES @:$GLD_DEST $GLD_LIBS"