]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
am 820caf7b: am 8821ba86: Ummm... f*, stop breaking the build.
[android/aapt.git] / Command.cpp
index 16fa95a1c5196d6ae40efb5742d0123dfb383ec2..8ac7590152b4296c6e2e592a3b1fe35b27c6d243 100644 (file)
@@ -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());