diff options
Diffstat (limited to 'tests/BootImageProfileTest')
-rw-r--r-- | tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java b/tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java index 59f0162bc901..10f3e54a5f96 100644 --- a/tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java +++ b/tests/BootImageProfileTest/src/com/android/bootimageprofile/BootImageProfileTest.java @@ -97,6 +97,8 @@ public class BootImageProfileTest implements IDeviceTest { for (String line : res.split("\n")) { if (line.contains("framework.jar")) { sawFramework = true; + } else if (line.contains("framework-minus-apex.jar")) { + sawFramework = true; } else if (line.contains("services.jar")) { sawServices = true; } |