Skip to content

Commit 6c6ddbf

Browse files
author
Xavier Ducrohet
committed
Fix writing text version of styleable IDs. do not merge.
(cherry picked from commit d160474) Change-Id: Ia1fc343e0649b175d290357f63eebec0dd1ae14a
1 parent 4f832bc commit 6c6ddbf

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
@@ -1915,7 +1915,7 @@ static status_t writeTextLayoutClasses(
19151915
const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
19161916

19171917
fprintf(fp,
1918-
"int styleable.%s_%s %d\n",
1918+
"int styleable %s_%s %d\n",
19191919
nclassName.string(),
19201920
String8(name).string(), (int)pos);
19211921
}

0 commit comments

Comments
 (0)