X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/8583f5e1725b84c60e501cbc2f579d13ce65a51d..98749835c8a75f60e3ff6e35c8ae62d11924effc:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 16fa95a..8ac7590 100644 --- a/Command.cpp +++ b/Command.cpp @@ -907,10 +907,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());