summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
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,