summaryrefslogtreecommitdiffstats
path: root/gen
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2015-06-19 13:09:27 -0700
committerJustin Klaassen <justinklaassen@google.com>2016-01-20 19:39:52 +0000
commit28489f4452c58d00e8008dfe6852f1ddf592272d (patch)
tree69d2ce8faf5ab518cd3363fd1ce7fb203d557537 /gen
parent313e58bd82dbbd0bfea8edef1e92e8dab5810fb4 (diff)
downloadandroid_packages_apps_DeskClock-28489f4452c58d00e8008dfe6852f1ddf592272d.tar.gz
android_packages_apps_DeskClock-28489f4452c58d00e8008dfe6852f1ddf592272d.tar.bz2
android_packages_apps_DeskClock-28489f4452c58d00e8008dfe6852f1ddf592272d.zip
Allow authority to be set from build configuration
Bug: 26668324 Change-Id: I558c6d15316c9391ae57b96b7324ebdf1eddc29e (cherry picked from commit 1f460a3403aeb4d9a08341c6402096ab9f9eb244)
Diffstat (limited to 'gen')
-rw-r--r--gen/com/android/deskclock/BuildConfig.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/gen/com/android/deskclock/BuildConfig.java b/gen/com/android/deskclock/BuildConfig.java
new file mode 100644
index 000000000..c88f1822c
--- /dev/null
+++ b/gen/com/android/deskclock/BuildConfig.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2016 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.deskclock;
+
+public final class BuildConfig {
+ public static final String APPLICATION_ID = "com.android.deskclock";
+}