From: Dianne Hackborn Date: Sat, 29 Jan 2011 23:05:30 +0000 (-0800) Subject: am 2107757d: am bbb5a5ce: Merge "Make AaptGroupEntry::getMncName accept mnc00" X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/e1783683470d8c68148fb46f118d943bcfae6a65?hp=d21107ab35ee636ae9baaf34b5b7d6e86a90ac24 am 2107757d: am bbb5a5ce: Merge "Make AaptGroupEntry::getMncName accept mnc00" * commit '2107757dde0b3159119edcc9084fcb9a87985e88': Make AaptGroupEntry::getMncName accept mnc00 --- diff --git a/Command.cpp b/Command.cpp index 661ecb1..739763e 100644 --- a/Command.cpp +++ b/Command.cpp @@ -904,10 +904,10 @@ int doDump(Bundle* bundle) error.string()); goto bail; } - } else if (tag == "uses-gl-texture") { + } else if (tag == "supports-gl-texture") { String8 name = getAttribute(tree, NAME_ATTR, &error); if (name != "" && error == "") { - printf("uses-gl-texture:'%s'\n", name.string()); + printf("supports-gl-texture:'%s'\n", name.string()); } else { fprintf(stderr, "ERROR getting 'android:name' attribute: %s\n", error.string());