diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-28 13:41:08 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-08-28 13:41:08 -0700 |
commit | c8d107740f526c0a63f46106120cdc3a81787879 (patch) | |
tree | 187b3bc49a715aad5859a2f6ddd72c5065d09422 /envsetup.sh | |
parent | d5096c6a5c59a0f78833ea86b620bfbedc863aba (diff) | |
parent | fe95bc0fd6bf5c45e264740654ee4ad45fcb37d4 (diff) | |
download | build-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.sh | 2 |
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" "" |