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

Unified Diff: runtime/vm/debuginfo_android.cc

Issue 10826233: Add _android files for building DartVM on Android (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/debuginfo_android.cc
diff --git a/runtime/vm/debuginfo_linux.cc b/runtime/vm/debuginfo_android.cc
similarity index 99%
copy from runtime/vm/debuginfo_linux.cc
copy to runtime/vm/debuginfo_android.cc
index 35a7824e2e039444a701cc936cbe954d42bad526..793c08fb8b963ba0ce0d6abb2573aecb9ea68f65 100644
--- a/runtime/vm/debuginfo_linux.cc
+++ b/runtime/vm/debuginfo_android.cc
@@ -5,7 +5,7 @@
#include "vm/debuginfo.h"
#include "platform/utils.h"
-#include "vm/gdbjit_linux.h"
+#include "vm/gdbjit_android.h"
#include "vm/os.h"
#include "vm/thread.h"

Powered by Google App Engine
This is Rietveld 408576698