From c527b7ec20638f85b72089fcc2e231da96216387 Mon Sep 17 00:00:00 2001 From: Siva Velusamy Date: Sun, 13 Nov 2011 11:47:12 -0800 Subject: 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 --- eclipse/scripts/create_all_symlinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclipse/scripts') 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" -- cgit v1.1