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

Unified Diff: tools/android/memtrack_helper/BUILD.gn

Issue 2389883004: Benchmark tools: Android memtrack_helper meaningful errors. (Closed)
Patch Set: Created 4 years, 2 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
Index: tools/android/memtrack_helper/BUILD.gn
diff --git a/tools/android/memtrack_helper/BUILD.gn b/tools/android/memtrack_helper/BUILD.gn
index 5948cb575881606311dc6debcf87400bf5a595b1..0b48c7c6f364cd4cd3ec1768fa2b67224fb02576 100644
--- a/tools/android/memtrack_helper/BUILD.gn
+++ b/tools/android/memtrack_helper/BUILD.gn
@@ -10,6 +10,7 @@ config("android_binary_no_libcpp_config") {
"-fno-unwind-tables",
"-fno-asynchronous-unwind-tables",
]
+ libs = [ "log" ]
}
executable("memtrack_helper") {
« no previous file with comments | « no previous file | tools/android/memtrack_helper/memtrack_helper.h » ('j') | tools/android/memtrack_helper/memtrack_helper.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698