From: Xavier Ducrohet Date: Tue, 15 Jan 2013 22:50:37 +0000 (-0800) Subject: am a4e10cc7: am 6080cc5f: resolved conflicts for merge of dd52dfed to jb-mr1.1-ub-dev X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/ed8baa85e6f416caecee472376c6430cf8ca1eb5?hp=d6ecd33ad35cff96758b2d5adf553ebbb791d95a am a4e10cc7: am 6080cc5f: resolved conflicts for merge of dd52dfed to jb-mr1.1-ub-dev * commit 'a4e10cc746caea514216f436e2065b3bbefb25ef': Fix the single crunch command to return the right error code. --- 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); }