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