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

This reverts commit 2c23dbd2be.
This commit is contained in:
Cameron Gutman
2014-09-03 23:08:54 -07:00
parent 66eb890462
commit 25b3d08bb9
2 changed files with 4 additions and 1 deletions

View File

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