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

* commit '6f5709ca97b27db9877c2fc65b083783d3f41e02':
  Update tests per new layoutlib_api [DO NOT MERGE]
This commit is contained in:
Deepanshu Gupta
2015-08-26 20:20:17 +00:00
committed by Android Git Automerger

View File

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