0

Remove leftover instructions in docs/asan.md

These make mention to the content before crrev.com/c/3315039 and
should be removed.

Change-Id: I0177858849bfb52d026f8c562daab6902ea7b908
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3503631
Auto-Submit: Victor Vianna <victorvianna@google.com>
Reviewed-by: Jonathan Backer <backer@chromium.org>
Commit-Queue: Jonathan Backer <backer@chromium.org>
Cr-Commit-Position: refs/heads/main@{#977676}
This commit is contained in:
Victor Vianna
2022-03-04 16:24:02 +00:00
committed by Chromium LUCI CQ
parent fc8842f921
commit 08e6fd715a

@ -212,10 +212,6 @@ tools/android/asan/third_party/asan_device_setup.sh \
--lib third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/*/lib/linux --lib third_party/android_ndk/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/*/lib/linux
# wait a few seconds for the device to reload # wait a few seconds for the device to reload
``` ```
**Note:** You need to replace `-arm-` part in `libclang_rt.asan-arm-android.so`
in the command above with the corresponding architecture of the android device
(e.g `-i686-` if you are running an `x86` emulator image).
It only needs to be run once per device. It is safe to run it multiple times. It only needs to be run once per device. It is safe to run it multiple times.
Examine the output to ensure that setup was successful (you may need to run Examine the output to ensure that setup was successful (you may need to run
`adb disable-verity` and restart the device first). When this is done, the `adb disable-verity` and restart the device first). When this is done, the