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

Commit 67caaa6d authored by Mathieu Chartier's avatar Mathieu Chartier Committed by Android (Google) Code Review
Browse files

Merge "Fix test for renamed frameworks.jar"

parents 02b3ae47 5bac951a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ public class BootImageProfileTest implements IDeviceTest {
        boolean sawServices = false;
        for (String line : res.split("\n")) {
            if (line.contains("framework.jar")) {
                sawFramework = true;  // Legacy
            } else if (line.contains("framework-minus-apex.jar")) {
                sawFramework = true;
            } else if (line.contains("services.jar")) {
                sawServices = true;