]> 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:00:41 +0000 (11:00 -0700)
(cherry picked from commit d16047434bca24b2811de7ea9d22de6ee0f87f79)

Change-Id: Ia1fc343e0649b175d290357f63eebec0dd1ae14a

Resource.cpp

index e4f8d810a769f9598b9d79a7757cdbb93f016bb9..8bdea44b4676ce869e891adf3157fa8dc1c0b3a3 100644 (file)
@@ -1915,7 +1915,7 @@ static status_t writeTextLayoutClasses(
                 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
 
                 fprintf(fp,
                 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);
             }
                         nclassName.string(),
                         String8(name).string(), (int)pos);
             }