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

(cherry picked from commit d16047434b)

Change-Id: Ic679080d5157daf77c35516c8f682bd13e2b4d96
This commit is contained in:
Xavier Ducrohet
2012-09-26 10:11:54 -07:00
parent 2832136bb6
commit 0122a3db31

View File

@@ -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);
}