Moved Android sync code under enable_brave_sync flag.

fixes brave-browser#10535
This commit is contained in:
AlexeyBarabash
2020-07-01 15:55:52 +03:00
parent 73c843859b
commit f776cfa5b4
10 changed files with 141 additions and 55 deletions
@@ -14,4 +14,10 @@ public class BraveConfig {
#else
public static final String DEVELOPER_OPTIONS_CODE = "";
#endif
#if defined(BRAVE_ANDROID_SYNC_ENABLED)
public static final boolean SYNC_ENABLED = BRAVE_ANDROID_SYNC_ENABLED;
#else
public static final boolean SYNC_ENABLED = false;
#endif
}