mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 06:56:06 +00:00
Start of work to get both root and non-root versions building in the same branch/project
This commit is contained in:
5
app/src/root/java/com.limelight/LimelightBuildProps.java
Normal file
5
app/src/root/java/com.limelight/LimelightBuildProps.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package com.limelight;
|
||||
|
||||
public class LimelightBuildProps {
|
||||
public static final boolean ROOT_BUILD = true;
|
||||
}
|
||||
Reference in New Issue
Block a user