From: Dianne Hackborn Date: Sun, 30 Jan 2011 07:04:50 +0000 (-0800) Subject: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d" X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/05baa70097c10450ed96e8415917215acf799fc1?hp=8a12f954b0f51b8efd9dc58753f98559119d7fcd am a30063d8: am 25eb0464: Merge "Normalize output from aapt d" * commit 'a30063d80c08434ac3c7316f338c6d54110449ab': Normalize output from aapt d --- 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());