]> git.saurik.com Git - android/aapt.git/commitdiff
am fac7b0a6: am 5f958e9b: am 67b38c44: Cache resource ID lookups in aapt
authorChristopher Tate <ctate@google.com>
Thu, 29 Nov 2012 22:27:56 +0000 (14:27 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 29 Nov 2012 22:27:56 +0000 (14:27 -0800)
* commit 'fac7b0a60306d851d903730ccc408a0272e866db':
  Cache resource ID lookups in aapt

Resource.cpp

index 9c2e1b9127f1947c937cfb61eafb1df7c5354288..77168f948640fa57abbc70094ebf313e4c5be0af 100644 (file)
@@ -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);
             }