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

Commit de21abae authored by Gina Ko's avatar Gina Ko Committed by Android (Google) Code Review
Browse files

Revert "Flag guard uses-static-library parsing changes"

This reverts commit 217dcf90.

Reason for revert: Breaks BD1A SUW

Bug: 380068084
Change-Id: I649855b27a3b1ff9b4edcd8539819c15d4ca1271
parent 217dcf90
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -587,9 +587,6 @@ public class ApkLiteParseUtils {
                                    /*allowDuplicates=*/ true);
                            break;
                        case TAG_USES_STATIC_LIBRARY:
                            if (!android.content.pm.Flags.sdkDependencyInstaller()) {
                                break;
                            }
                            String usesStaticLibName = parser.getAttributeValue(
                                    ANDROID_RES_NAMESPACE, "name");
                            long usesStaticLibVersion = parser.getAttributeIntValue(