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

am: aed3472304

Change-Id: Ie98121efacb6327e173b9de55aabe80120948864
This commit is contained in:
Mårten Kongstad
2017-09-06 20:37:29 +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());
}
}
}