Skip to content

Commit 0122a3d

Browse files
author
Xavier Ducrohet
committed
Fix writing text version of styleable IDs. do not merge.
(cherry picked from commit d160474) Change-Id: Ic679080d5157daf77c35516c8f682bd13e2b4d96
1 parent 2832136 commit 0122a3d

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)