Chromium Code Reviews| 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..9cd8b9800eecc1f0b2934808e58d2d487f2bf65c 100644 |
| --- a/build/secondary/third_party/android_platform/development/scripts/BUILD.gn |
| +++ b/build/secondary/third_party/android_platform/development/scripts/BUILD.gn |
| @@ -10,4 +10,9 @@ group("stack_py") { |
| set_sources_assignment_filter([ "#*" ]) |
| sources = _py_files |
| data = sources |
| + |
| + import("//build/config/android/config.gni") |
|
jbudorick
2017/05/17 16:30:40
nit: move this outside of the stack_py definition
BigBossZhiling
2017/05/17 21:28:12
Done.
|
| + data += ["${android_tool_prefix}addr2line", |
|
jbudorick
2017/05/17 16:30:40
Nice find! This is much better than my suggestion
BigBossZhiling
2017/05/17 21:28:12
Acknowledged.
|
| + "${android_tool_prefix}objdump", |
| + "${android_tool_prefix}c++filt"] |
| } |