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

Commit 3b6bbb81 authored by Christopher Ferris's avatar Christopher Ferris Committed by android-build-merger
Browse files

Merge "Allow mips to build."

am: 7009a3cc

Change-Id: I4564b2298e16258ccfe49f6651b751af35139f5f
parents 76756aa1 7009a3cc
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