Fix writing text version of styleable IDs. do not merge.
(cherry picked from commit d16047434b)
Change-Id: Ia1fc343e0649b175d290357f63eebec0dd1ae14a
This commit is contained in:
@@ -1915,7 +1915,7 @@ static status_t writeTextLayoutClasses(
|
|||||||
const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
|
const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
|
||||||
|
|
||||||
fprintf(fp,
|
fprintf(fp,
|
||||||
"int styleable.%s_%s %d\n",
|
"int styleable %s_%s %d\n",
|
||||||
nclassName.string(),
|
nclassName.string(),
|
||||||
String8(name).string(), (int)pos);
|
String8(name).string(), (int)pos);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user