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

Commit 6c6ddbff authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Fix writing text version of styleable IDs. do not merge.

(cherry picked from commit d1604743)

Change-Id: Ia1fc343e0649b175d290357f63eebec0dd1ae14a
parent 4f832bc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1915,7 +1915,7 @@ static status_t writeTextLayoutClasses(
                const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;

                fprintf(fp,
                        "int styleable.%s_%s %d\n",
                        "int styleable %s_%s %d\n",
                        nclassName.string(),
                        String8(name).string(), (int)pos);
            }