mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
Merge pull request #226 from dicej/android-bootimage
fix Android bootimage build
This commit is contained in:
commit
3cee8d1a5c
@ -1839,6 +1839,7 @@ writeMap(Output* out, Object* type)
|
|||||||
Object* m = it.next();
|
Object* m = it.next();
|
||||||
|
|
||||||
if (it.sawSuperclassBoundary) {
|
if (it.sawSuperclassBoundary) {
|
||||||
|
it.sawSuperclassBoundary = false;
|
||||||
out->write("Type_pad, ");
|
out->write("Type_pad, ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user