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>2015-12-01 20:06:03 +0000
commite8cbcd82d372e6f5b5fb9e814344358c28f544b9 (patch)
tree76f56a18519de3a8867d59e970678df36aa11749 /gen
parentd520063155f78c7eac5142e5e9fec49c46e102dd (diff)
downloadandroid_packages_apps_DeskClock-e8cbcd82d372e6f5b5fb9e814344358c28f544b9.tar.gz
android_packages_apps_DeskClock-e8cbcd82d372e6f5b5fb9e814344358c28f544b9.tar.bz2
android_packages_apps_DeskClock-e8cbcd82d372e6f5b5fb9e814344358c28f544b9.zip
Allow authority to be set from build configuration - DO NOT MERGE
Bug: 24341005 Change-Id: I558c6d15316c9391ae57b96b7324ebdf1eddc29e (cherry picked from commit 09e29779bbe55bb94b49ca87b504595e44616fec)
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..861848f7d
--- /dev/null
+++ b/gen/com/android/deskclock/BuildConfig.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2015 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";
+}