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

Unified Diff: runtime/vm/BUILD.gn

Issue 863173003: Fixes for updated third_party/android_tools. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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 | runtime/vm/signal_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/BUILD.gn
===================================================================
--- runtime/vm/BUILD.gn (revision 43137)
+++ runtime/vm/BUILD.gn (working copy)
@@ -4,10 +4,15 @@
config("libdart_vm_config") {
libs = [
- "pthread",
- "rt",
"dl",
]
+
+ if (!is_android) {
+ libs += [
+ "pthread",
+ "rt",
+ ]
+ }
}
« no previous file with comments | « no previous file | runtime/vm/signal_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698