Skip to content

Commit 253f763

Browse files
Xavier DucrohetAndroid Git Automerger
authored andcommitted
am fb34490: Merge "Fix writing text version of styleable IDs."
* commit 'fb34490f4dca7aac623fb9a80fe9a2371107a786': Fix writing text version of styleable IDs.
2 parents b079d1f + fb34490 commit 253f763

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)