From 45923719bea2cccde626125fbad44529aaba1053 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 28 Jan 2022 12:55:32 -0800 Subject: [PATCH] Make the Apache 2.0 text available to packages. It might be useful to associate other library names than "Android" with the Apache 2.0 license text. Test: m nothing Change-Id: I3ccbd9ca77f330bb81bf2bf4ec53cfb873befe8b --- licenses/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/licenses/Android.bp b/licenses/Android.bp index 5b764dcd4..8db001f44 100644 --- a/licenses/Android.bp +++ b/licenses/Android.bp @@ -18,6 +18,11 @@ package { default_applicable_licenses: ["Android-Apache-2.0"], } +filegroup { + name: "Apache-2.0-License-Text", + srcs: ["LICENSE"], +} + license { name: "Android-Apache-2.0", package_name: "Android",