Merge "Fix test for renamed frameworks.jar"
This commit is contained in:
committed by
Android (Google) Code Review
commit
67caaa6d8f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user