From: Christopher Tate Date: Thu, 29 Nov 2012 18:58:26 +0000 (-0800) Subject: am 5f958e9b: am 67b38c44: Cache resource ID lookups in aapt X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/68cf67c743fe0d9e39465ca27f0a91415494b848 am 5f958e9b: am 67b38c44: Cache resource ID lookups in aapt * commit '5f958e9bfc793b3b653dfc88418bbd7745e633e1': Cache resource ID lookups in aapt --- 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); }