diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-11 01:01:07 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2021-05-11 01:01:07 +0000 |
commit | 9e0511f7a96fa031ad24fc98bc96b71a2da5d5ab (patch) | |
tree | 35333fe8d7ab03b660b2d5e3bad5b7d2c3a3c7e5 /linker/linker_main.cpp | |
parent | 36f5615acb5356fc0d27d1cbaea015b647603ee7 (diff) | |
parent | d6c5f93caec461f9efc901e0af2fea097f65cd60 (diff) |
Snap for 7351654 from d6c5f93caec461f9efc901e0af2fea097f65cd60 to sc-release
Change-Id: Ia547f3c14f3c4173cadc8a2a69711c80dfba71c9
Diffstat (limited to 'linker/linker_main.cpp')
-rw-r--r-- | linker/linker_main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linker/linker_main.cpp b/linker/linker_main.cpp index 0b501a7b1..2a690e9a0 100644 --- a/linker/linker_main.cpp +++ b/linker/linker_main.cpp @@ -31,9 +31,10 @@ #include <link.h> #include <sys/auxv.h> +#include "linker.h" +#include "linker_cfi.h" #include "linker_debug.h" #include "linker_debuggerd.h" -#include "linker_cfi.h" #include "linker_gdb_support.h" #include "linker_globals.h" #include "linker_phdr.h" |