]> git.saurik.com Git - android/aapt.git/commitdiff
am f8b18ced: am 4649d03b: (-s ours) am 6c6ddbff: Fix writing text version of styleabl...
authorXavier Ducrohet <xav@android.com>
Wed, 26 Sep 2012 18:08:08 +0000 (11:08 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Wed, 26 Sep 2012 18:08:08 +0000 (11:08 -0700)
* commit 'f8b18ced269ddac89da92c66f594084032026ab2':
  Fix writing text version of styleable IDs. do not merge.

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