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

Unified Diff: runtime/vm/vm.gypi

Issue 10823209: Add support for building the Dart VM for Android OS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: build.py learned --os all option to build for both host and android. Created 8 years, 4 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: runtime/vm/vm.gypi
diff --git a/runtime/vm/vm.gypi b/runtime/vm/vm.gypi
index 4994c614f3f938a3fab66933b4e4bbee8fdd5f46..cc30eda4360c8fb75a677c312f46481cbf7626df 100644
--- a/runtime/vm/vm.gypi
+++ b/runtime/vm/vm.gypi
@@ -36,6 +36,14 @@
'..',
],
'conditions': [
+ ['OS=="android"', {
+ 'link_settings': {
+ 'libraries': [
+ '-lc',
+ '-lpthread',
+ ],
+ },
+ }],
['OS=="linux"', {
'link_settings': {
'libraries': [
« runtime/tools/android_finder.py ('K') | « runtime/tools/utils.py ('k') | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698