Merge "idmap: suppress print for padded resources" am: 3949701c6f

am: 4f4218a3be

Change-Id: I5f2d47c217152d47743b72e6082abf625d2425f8
This commit is contained in:
Mårten Kongstad
2017-09-06 20:25:27 +00:00
committed by android-build-merger

View File

@@ -284,7 +284,9 @@ namespace {
if (err != NO_ERROR) {
return err;
}
print("", "entry", data32, "%s/%s", type.string(), name.string());
if (data32 != ResTable_type::NO_ENTRY) {
print("", "entry", data32, "%s/%s", type.string(), name.string());
}
}
}