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

* commit 'fb34490f4dca7aac623fb9a80fe9a2371107a786':
  Fix writing text version of styleable IDs.
This commit is contained in:
Xavier Ducrohet
2012-09-26 10:44:22 -07:00
committed by Android Git Automerger

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