From e0b7b47c23c876d1c27b30bc4e5742e7afb81807 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Wed, 26 Sep 2012 10:11:54 -0700 Subject: [PATCH 1/1] Fix writing text version of styleable IDs. Change-Id: I3f2614689a597de3fd46628c020cf649a808c82f --- Resource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resource.cpp b/Resource.cpp index 5033418..a52a9de 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); } -- 2.45.2