From 68cf67c743fe0d9e39465ca27f0a91415494b848 Mon Sep 17 00:00:00 2001 From: Christopher Tate Date: Thu, 29 Nov 2012 10:58:26 -0800 Subject: [PATCH] am 5f958e9b: am 67b38c44: Cache resource ID lookups in aapt * commit '5f958e9bfc793b3b653dfc88418bbd7745e633e1': Cache resource ID lookups in aapt --- Resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resource.cpp b/Resource.cpp index 77168f9..9c2e1b9 100644 --- a/Resource.cpp +++ b/Resource.cpp @@ -1946,7 +1946,7 @@ static status_t writeTextLayoutClasses( const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; fprintf(fp, - "int styleable %s_%s %d\n", + "int styleable.%s_%s %d\n", nclassName.string(), String8(name).string(), (int)pos); } -- 2.45.2