resolve build error when merging 0f7f7e21

am: 97ea844aca

Change-Id: I9c7eaa3b9e25be3b36e74b71003a1911c14a305b
This commit is contained in:
Tianjie Xu
2017-01-18 23:24:20 +00:00
committed by android-build-merger
+2 -2
View File
@@ -148,8 +148,8 @@ int verify_file(unsigned char* addr, size_t length,
<< " bytes from end";
if (signature_start > comment_size) {
LOGE("signature start: %zu is larger than comment size: %zu\n", signature_start,
comment_size);
LOG(ERROR) << "signature start: " << signature_start << " is larger than comment size: "
<< comment_size;
return VERIFY_FAILURE;
}