summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index ac00435be8..c2a3ec056c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,9 +92,9 @@ libchromeCommonSrc = [
"base/debug/debugger.cc",
"base/debug/debugger_posix.cc",
"base/debug/dump_without_crashing.cc",
+ "base/debug/proc_maps_linux.cc",
"base/debug/profiler.cc",
"base/debug/stack_trace.cc",
- "base/debug/stack_trace_posix.cc",
"base/debug/task_annotator.cc",
"base/environment.cc",
"base/feature_list.cc",
@@ -296,10 +296,12 @@ libchromeLinuxSrc = [
libchromeLinuxGlibcSrc = [
"base/allocator/allocator_shim.cc",
- "base/allocator/allocator_shim_default_dispatch_to_glibc.cc"
+ "base/allocator/allocator_shim_default_dispatch_to_glibc.cc",
+ "base/debug/stack_trace_posix.cc",
]
libchromeAndroidSrc = [
+ "base/debug/stack_trace_android.cc",
"base/memory/shared_memory_android.cc",
"base/sys_info_chromeos.cc",
]