Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8162373f authored by Samiul Islam's avatar Samiul Islam
Browse files

Update comment around string versionMajor workaround.

Do not remove the workaround until b/391604666 is resolved.

Bug: 391604666
Test: presubmit
Flag: EXEMPT comment update only
Change-Id: If6490810da18c8e79d2f2505105aab295cd8a697
parent 8daf84f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -541,9 +541,9 @@ public class ApkLiteParseUtils {
                        case TAG_USES_SDK_LIBRARY:
                            String usesSdkLibName = parser.getAttributeValue(
                                    ANDROID_RES_NAMESPACE, "name");
                            // TODO(b/379219371): Due to a bug in bundletool, some apps can use
                            //  versionMajor as string. Until it is resolved, we are adding a
                            //  workaround here.
                            // TODO(b/391604666): Due to a bug in bundletool, old apps could be
                            //  using versionMajor as string. Do not remove this workaround until
                            //  b/391604666 is resolved.
                            String usesSdkLibVersionMajorString = parser.getAttributeValue(
                                    ANDROID_RES_NAMESPACE, "versionMajor");
                            long usesSdkLibVersionMajor = XmlUtils.convertValueToInt(