| Index: chromecast/browser/android/apk/templates/BuildConfig.template
|
| diff --git a/chromecast/browser/android/apk/templates/BuildConfig.template b/chromecast/browser/android/apk/templates/BuildConfig.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..359ca69fb8175bc37083323edb24a07e1221c948
|
| --- /dev/null
|
| +++ b/chromecast/browser/android/apk/templates/BuildConfig.template
|
| @@ -0,0 +1,14 @@
|
| +
|
| +package org.chromium.chromecast.shell;
|
| +
|
| +public class BuildConfig {
|
| +
|
| + // If true, run receiver apps in a service instead of an activity.
|
| + public static final boolean CAST_ANDROID_USE_SERVICE =
|
| +#if defined(_CAST_ANDROID_USE_SERVICE)
|
| + true;
|
| +#else
|
| + false;
|
| +#endif
|
| +
|
| +}
|
|
|