From: Xavier Ducrohet Date: Thu, 3 Jan 2013 18:52:37 +0000 (-0800) Subject: am e92b9706: am 816fd074: (-s ours) am afa4d8bf: (-s ours) am 22d7cf23: Add single... X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/925f28f9192b51f77f700332ce737fb301990b45?hp=218c8389d15ef0667eac8bc883f63eeb7133bdea am e92b9706: am 816fd074: (-s ours) am afa4d8bf: (-s ours) am 22d7cf23: Add single crunch command to aapt. do not merge. * commit 'e92b9706df09730e60c1e9ae17d4157c2c118825': Add single crunch command to aapt. do not merge. --- diff --git a/Resource.cpp b/Resource.cpp index 9c2e1b9..77168f9 100644 --- a/Resource.cpp +++ b/Resource.cpp @@ -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); }