summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-28 13:41:08 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-08-28 13:41:08 -0700
commitc8d107740f526c0a63f46106120cdc3a81787879 (patch)
tree187b3bc49a715aad5859a2f6ddd72c5065d09422 /envsetup.sh
parentd5096c6a5c59a0f78833ea86b620bfbedc863aba (diff)
parentfe95bc0fd6bf5c45e264740654ee4ad45fcb37d4 (diff)
downloadbuild-c8d107740f526c0a63f46106120cdc3a81787879.zip
build-c8d107740f526c0a63f46106120cdc3a81787879.tar.gz
build-c8d107740f526c0a63f46106120cdc3a81787879.tar.bz2
am fe95bc0f: am 1d0f5f91: Merge "Include all standard shared library paths in /system/lib"
* commit 'fe95bc0fd6bf5c45e264740654ee4ad45fcb37d4': Include all standard shared library paths in /system/lib
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/envsetup.sh b/envsetup.sh
index 868127c..e5c60cf 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -797,7 +797,7 @@ function gdbclient()
fi
echo >|"$OUT_ROOT/gdbclient.cmds" "set solib-absolute-prefix $OUT_SYMBOLS"
- echo >>"$OUT_ROOT/gdbclient.cmds" "set solib-search-path $OUT_SO_SYMBOLS:$OUT_SO_SYMBOLS/hw:$OUT_SO_SYMBOLS/ssl/engines"
+ echo >>"$OUT_ROOT/gdbclient.cmds" "set solib-search-path $OUT_SO_SYMBOLS:$OUT_SO_SYMBOLS/hw:$OUT_SO_SYMBOLS/ssl/engines:$OUT_SO_SYMBOLS/drm:$OUT_SO_SYMBOLS/egl:$OUT_SO_SYMBOLS/soundfx"
echo >>"$OUT_ROOT/gdbclient.cmds" "target remote $PORT"
echo >>"$OUT_ROOT/gdbclient.cmds" ""