]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
merge from kraken-plus-aosp
[android/aapt.git] / Command.cpp
index 537ae5e7716b00675f321789288daf8e3ca4e0ef..735a80da9f2e12e4369d1f3d696d6e92b6825cbc 100644 (file)
@@ -603,7 +603,7 @@ int doDump(Bundle* bundle)
                     } else {
                         printf("versionCode='' ");
                     }
-                    String8 versionName = getAttribute(tree, VERSION_NAME_ATTR, &error);
+                    String8 versionName = getResolvedAttribute(&res, tree, VERSION_NAME_ATTR, &error);
                     if (error != "") {
                         fprintf(stderr, "ERROR getting 'android:versionName' attribute: %s\n", error.string());
                         goto bail;