Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: tools/android/asan/asanwrapper.sh

Issue 138153003: Switch to the "new" way of ASan deployment on Android devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/android/asan/asan_device_setup.sh ('k') | tools/android/asan/libclang_rt.asan-arm-android.so » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/asan/asanwrapper.sh
diff --git a/tools/android/asan/asanwrapper.sh b/tools/android/asan/asanwrapper.sh
deleted file mode 100755
index 2392d2ca44ed0dee972131027e6034618cb99720..0000000000000000000000000000000000000000
--- a/tools/android/asan/asanwrapper.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/system/bin/sh
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-ASAN_OPTIONS=debug=1,verbosity=1,strict_memcmp=0 \
-LD_LIBRARY_PATH=/data/local/tmp/asan:$LD_LIBRARY_PATH \
-LD_PRELOAD=libclang_rt.asan-arm-android.so \
-exec $@
« no previous file with comments | « tools/android/asan/asan_device_setup.sh ('k') | tools/android/asan/libclang_rt.asan-arm-android.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698