]> git.saurik.com Git - android/aapt.git/commitdiff
Fix writing text version of styleable IDs. do not merge.
authorXavier Ducrohet <xav@android.com>
Wed, 26 Sep 2012 17:11:54 +0000 (10:11 -0700)
committerXavier Ducrohet <xav@android.com>
Wed, 26 Sep 2012 18:14:50 +0000 (11:14 -0700)
(cherry picked from commit d16047434bca24b2811de7ea9d22de6ee0f87f79)

Change-Id: Ic679080d5157daf77c35516c8f682bd13e2b4d96

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);
             }