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

Commit baec17e1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Flag guard uses-static-library parsing changes" into main

parents 77aaa373 217dcf90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -588,6 +588,9 @@ 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(