Merge "Allow mips to build."
am: 7009a3ccf7
Change-Id: I4564b2298e16258ccfe49f6651b751af35139f5f
This commit is contained in:
commit
3b6bbb8178
|
@ -30,15 +30,6 @@ cc_defaults {
|
|||
enabled: false,
|
||||
},
|
||||
},
|
||||
|
||||
arch: {
|
||||
mips: {
|
||||
enabled: false,
|
||||
},
|
||||
mips64: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue