summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2017-01-24 17:54:24 -0500
committerKenny Root <kroot@google.com>2017-02-01 00:49:44 +0000
commitc0dedc036b11ab0067f7ceb2e6d9105eec098f89 (patch)
treedb57286a7c1acf64f3b7e059cfab8bde30c82493 /Android.bp
parentf31229be918beb36153746ca75f900569b57e30f (diff)
downloadboringssl-c0dedc036b11ab0067f7ceb2e6d9105eec098f89.tar.gz
Fix TODO comment.
The bug should point at b/26160319 since that's the bug that tracks fixing the issue. Test: Comment-only change. Change-Id: Ia945196f815aedfefcf1a11b230adeaff4912310
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index f0187da3..0203bccf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -117,10 +117,10 @@ cc_library_static {
target: {
host: {
- // TODO: b/26097626. ASAN breaks use of this library in JVM.
+ // TODO: b/26160319. ASAN breaks use of this library in JVM.
// Re-enable sanitization when the issue with making clients of this library
// preload ASAN runtime is resolved. Without that, clients are getting runtime
- // errors due to unresoled ASAN symbols, such as
+ // errors due to unresolved ASAN symbols, such as
// __asan_option_detect_stack_use_after_return.
sanitize: {
never: true,
@@ -153,10 +153,10 @@ cc_library_host_static {
name: "libssl_static-host",
defaults: ["libssl_sources", "boringssl_defaults", "boringssl_flags"],
- // TODO: b/26097626. ASAN breaks use of this library in JVM.
+ // TODO: b/26160319. ASAN breaks use of this library in JVM.
// Re-enable sanitization when the issue with making clients of this library
// preload ASAN runtime is resolved. Without that, clients are getting runtime
- // errors due to unresoled ASAN symbols, such as
+ // errors due to unresolved ASAN symbols, such as
// __asan_option_detect_stack_use_after_return.
sanitize: {
never: true,