Sign in
android
/
platform
/
prebuilts
/
clang
/
host
/
darwin-x86
/
bbf436cb7ace3c568e00afb4d296f0f0072391c6
/
.
/
clang-r458507
/
bin
/
lldb.sh
blob: 47ea64d5d022e7c322b005658e81fd92d87d93de [
file
] [
log
] [
blame
]
#!/bin/bash
CURDIR
=
$
(
cd $
(
dirname $0
)
&&
pwd
)
export PYTHONHOME
=
"$CURDIR/../python3"
export DYLD_LIBRARY_PATH
=
"$CURDIR/../python3/lib:$DYLD_LIBRARY_PATH"
"$CURDIR/lldb"
"$@"