Skip to content

Commit fb34490

Browse files
Xavier DucrohetGerrit Code Review
authored andcommitted
Merge "Fix writing text version of styleable IDs."
2 parents 5e8cbdc + d160474 commit fb34490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/aapt/Resource.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ static status_t writeTextLayoutClasses(
19461946
const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
19471947

19481948
fprintf(fp,
1949-
"int styleable.%s_%s %d\n",
1949+
"int styleable %s_%s %d\n",
19501950
nclassName.string(),
19511951
String8(name).string(), (int)pos);
19521952
}

0 commit comments

Comments
 (0)