Files
Lawnchair/src/com/android/launcher3/BuildInfo.java
T
Sunny Goyal 6c56c68555 Changing the dogfood check to a static boolean to better handle proguard optimizations
Change-Id: I892b88ce1a007fafc23a73ad4193c5c4aa411d1b
2015-07-16 14:09:53 -07:00

10 lines
187 B
Java

package com.android.launcher3;
// TODO: Remove this class once all its references are gone.
public class BuildInfo {
public boolean isDogfoodBuild() {
return false;
}
}