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

Commit 05113163 authored by Xavier Ducrohet's avatar Xavier Ducrohet Committed by Android Git Automerger
Browse files

am 253f7635: am fb34490f: Merge "Fix writing text version of styleable IDs."

* commit '253f7635':
  Fix writing text version of styleable IDs.
parents 17b71e59 253f7635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1946,7 +1946,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);
            }