am de13095d: Update tests per new layoutlib_api [DO NOT MERGE]

* commit 'de13095d5d6b404c41d36d18d060fb41a9a4fc31':
  Update tests per new layoutlib_api [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2015-08-26 05:56:31 +00:00
committed by Android Git Automerger

View File

@@ -166,7 +166,7 @@ public class ConfigGenerator {
public HardwareConfig getHardwareConfig() {
return new HardwareConfig(mScreenWidth, mScreenHeight, mDensity, mXdpi, mYdpi, mSize,
mOrientation, mSoftButtons);
mOrientation, null, mSoftButtons);
}
public static Map<String, String> loadProperties(File path) {