Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86ee4549 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Allow mips to build." am: 7009a3cc am: 3b6bbb81

am: fa700068

Change-Id: I9a3e85f2223d6b6e520056fb156b9158a277d41e
parents 99a538a4 fa700068
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -30,15 +30,6 @@ cc_defaults {
            enabled: false,
        },
    },

    arch: {
        mips: {
            enabled: false,
        },
        mips64: {
            enabled: false,
        },
    },
}

cc_library {
+5 −0
Original line number Diff line number Diff line
@@ -97,6 +97,11 @@ inline void RegsGetLocal(Regs* regs) {
  regs->SetFromRaw();
}

#elif defined(__mips__)

// Stub to allow mips to build.
void RegsGetLocal(Regs*) {}

#endif

}  // namespace unwindstack