From 4276e7b649ad2bf670880ad5915000b4b282884c Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Mon, 26 Nov 2018 23:44:41 -0800 Subject: Moving autority definition to a separate file, so that it can be easily customized using android studio Change-Id: I17f4f4511c2af5d382727769d1b74413f233d500 Bug: 120079798 --- src_build_config/BuildConfig.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src_build_config/BuildConfig.java (limited to 'src_build_config') diff --git a/src_build_config/BuildConfig.java b/src_build_config/BuildConfig.java new file mode 100644 index 000000000..36d7f4b36 --- /dev/null +++ b/src_build_config/BuildConfig.java @@ -0,0 +1,21 @@ +/* + * Copyright (C) 2018 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.launcher3; + +public final class BuildConfig { + public static final String APPLICATION_ID = "com.android.launcher3"; +} -- cgit v1.2.3