1 /*
2  * This is a temporary work around for using libunwind.a with
3  * WHOLE_STATIC_LIBRARIES. Since every build will have one Lstep.o for the
4  * target architecture and another for dwarf, libunwind.a was given two copies
5  * of Lstep.o. Our build system is unable to handle this right now.
6  *
7  * Bug: 15110069
8  */
9 #include "Lstep.c"
10