| 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"
|
|
|
|
|