summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:14:26 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:14:26 -0800
commitc686434bf8b421511355811180a07d710eec3330 (patch)
tree2dc0ec0d9c5918a97c619ac2d66d47337cc7a415
parent3ad3722915c2bcfb5f254bc16b187c705e5f638a (diff)
downloadcoming-soon-c686434bf8b421511355811180a07d710eec3330.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/google-fonts/coming-soonandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If9139b0a2171f8b828835a31fb9359389b830309
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c6abffa..4a1e4e2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_google-fonts_coming-soon_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_google-fonts_coming-soon_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
prebuilt_font {
name: "ComingSoon.ttf",
src: "ComingSoon.ttf",