am 64a1f02f: am f7ef8b35: Merge "AAPT: Dump an APK\'s split name attribute" into lmp-dev
* commit '64a1f02fca88d9df28307439a3c4a457c13933bb': AAPT: Dump an APK's split name attribute
This commit is contained in:
@@ -1163,8 +1163,15 @@ int doDump(Bundle* bundle)
|
||||
fprintf(stderr, "ERROR getting 'android:versionName' attribute: %s\n", error.string());
|
||||
goto bail;
|
||||
}
|
||||
printf("versionName='%s'\n",
|
||||
printf("versionName='%s'",
|
||||
ResTable::normalizeForOutput(versionName.string()).string());
|
||||
|
||||
String8 splitName = getAttribute(tree, NULL, "split", NULL);
|
||||
if (!splitName.isEmpty()) {
|
||||
printf(" split='%s'", ResTable::normalizeForOutput(
|
||||
splitName.string()).string());
|
||||
}
|
||||
printf("\n");
|
||||
} else if (depth == 2) {
|
||||
withinApplication = false;
|
||||
if (tag == "application") {
|
||||
|
||||
Reference in New Issue
Block a user