Merge "Fix build."
This commit is contained in:
@@ -232,28 +232,28 @@ status_t ConvertMessageToMap(
|
|||||||
env,
|
env,
|
||||||
hashMap,
|
hashMap,
|
||||||
hashMapPutID,
|
hashMapPutID,
|
||||||
StringPrintf("%s-left", key).c_str(),
|
AStringPrintf("%s-left", key).c_str(),
|
||||||
left);
|
left);
|
||||||
|
|
||||||
SetMapInt32(
|
SetMapInt32(
|
||||||
env,
|
env,
|
||||||
hashMap,
|
hashMap,
|
||||||
hashMapPutID,
|
hashMapPutID,
|
||||||
StringPrintf("%s-top", key).c_str(),
|
AStringPrintf("%s-top", key).c_str(),
|
||||||
top);
|
top);
|
||||||
|
|
||||||
SetMapInt32(
|
SetMapInt32(
|
||||||
env,
|
env,
|
||||||
hashMap,
|
hashMap,
|
||||||
hashMapPutID,
|
hashMapPutID,
|
||||||
StringPrintf("%s-right", key).c_str(),
|
AStringPrintf("%s-right", key).c_str(),
|
||||||
right);
|
right);
|
||||||
|
|
||||||
SetMapInt32(
|
SetMapInt32(
|
||||||
env,
|
env,
|
||||||
hashMap,
|
hashMap,
|
||||||
hashMapPutID,
|
hashMapPutID,
|
||||||
StringPrintf("%s-bottom", key).c_str(),
|
AStringPrintf("%s-bottom", key).c_str(),
|
||||||
bottom);
|
bottom);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user