blob: c88debac05c7d0f7bb3ebd1c44731dba572f5310 [file] [log] [blame]
#!/system/bin/sh
HERE="$(cd "$(dirname "$0")" && pwd)"
export ASAN_OPTIONS=log_to_syslog=false,allow_user_segv_handler=1
export LD_PRELOAD=$HERE/libclang_rt.asan-x86_64-android.so
"$@"