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

Commit 573584b7 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 am: 86ee4549

am: f4035752

Change-Id: Idb565f45cb69206f3b90dc3f878041611e9dca8b
parents 6e9696df f4035752
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