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

Unified Diff: build/secondary/third_party/android_platform/development/scripts/BUILD.gn

Issue 2883633003: Enable store tombstones for swarming bots. (Closed)
Patch Set: fixes Created 3 years, 7 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 | « no previous file | tools/mb/mb.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/third_party/android_platform/development/scripts/BUILD.gn
diff --git a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
index 6dabf5ed50e22552816a789f49c4e668fc6145b6..645d5d7769442dcb8e395fcafe8bd7be5c40d133 100644
--- a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
+++ b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/android/config.gni")
+
group("stack_py") {
_py_files = read_file(
"//build/secondary/third_party/android_platform/development/scripts/stack.pydeps",
@@ -10,4 +12,8 @@ group("stack_py") {
set_sources_assignment_filter([ "#*" ])
sources = _py_files
data = sources
+
+ data += ["${android_tool_prefix}addr2line",
+ "${android_tool_prefix}objdump",
+ "${android_tool_prefix}c++filt"]
}
« no previous file with comments | « no previous file | tools/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698