Remove root-specific stuff. DO NOT MERGE TO root!

This commit is contained in:
Cameron Gutman
2014-09-03 19:44:48 -07:00
parent 3e017625a9
commit 2c23dbd2be
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
package com.limelight;
public class LimelightBuildProps {
public static final boolean ROOT_BUILD = true;
public static final boolean ROOT_BUILD = false;
}