Skip to content

Commit a2b978b

Browse files
Xavier DucrohetAndroid (Google) Code Review
authored andcommitted
Merge "Fix writing text version of styleable IDs. do not merge." into jb-mr1-dev
2 parents 80c491f + 0122a3d commit a2b978b

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)