summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 3 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp
index 38efe27..c40bc11 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,23 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// A static library containing all the source needed by the TimeZoneUpdater
package {
- default_applicable_licenses: ["packages_apps_TimeZoneUpdater_license"],
+ // See: http://go/android-license-faq
+ default_applicable_licenses: ["Android-Apache-2.0"],
}
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
- name: "packages_apps_TimeZoneUpdater_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- ],
- license_text: [
- "NOTICE",
- ],
-}
+// A static library containing all the source needed by the TimeZoneUpdater
java_library {
name: "time_zone_updater",