X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/4243979140dd392a9a16d5f787151ac4fa43374c..a5b20a3b407fa27e2b88aa8dec1e5c8b0f48150e:/Command.cpp?ds=inline 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());