]> git.saurik.com Git - android/aapt.git/commitdiff
am e92b9706: am 816fd074: (-s ours) am afa4d8bf: (-s ours) am 22d7cf23: Add single...
authorXavier Ducrohet <xav@android.com>
Thu, 3 Jan 2013 18:52:37 +0000 (10:52 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 3 Jan 2013 18:52:37 +0000 (10:52 -0800)
* commit 'e92b9706df09730e60c1e9ae17d4157c2c118825':
  Add single crunch command to aapt. 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);
             }