Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6485a450 authored by Mårten Kongstad's avatar Mårten Kongstad Committed by android-build-merger
Browse files

Merge "idmap: suppress print for padded resources" am: 3949701c am: 4f4218a3 am: aed34723

am: 22720ffb

Change-Id: Ie2b9415ec77dbb80096050945546c0dc71798079
parents 1476eef3 22720ffb
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -284,9 +284,11 @@ namespace {
                if (err != NO_ERROR) {
                    return err;
                }
                if (data32 != ResTable_type::NO_ENTRY) {
                    print("", "entry", data32, "%s/%s", type.string(), name.string());
                }
            }
        }

        return NO_ERROR;
    }