summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2023-04-10 04:38:01 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-10 04:38:01 +0000
commit7f6f2c1777f9c59a8e18d4acc1fd322977f8d438 (patch)
tree741ea619b6a29acb6c21ea78bd6447dc405409f3
parent8ae94e0874c2831d4747cb82ab88a6267c1ff79b (diff)
parent667ea78b26db04e091201aad0540a074df15f4c8 (diff)
downloadroboto-flex-fonts-android14-release.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/roboto-flex-fonts/+/2526831 Change-Id: I0f01c18300fc1994a0cb729a40413dc39943dbe1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp51
1 files changed, 0 insertions, 51 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index 58a5801..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,51 +0,0 @@
-// Copyright (C) 2023 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.
-
-// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
-// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
-// DEPENDING ON IT IN YOUR PROJECT. ***
-package {
- default_applicable_licenses: ["external_roboto-flex_license"],
-}
-
-// Added automatically by a large-scale-change that took the approach of
-// 'apply every license found to every target'. While this makes sure we respect
-// every license restriction, it may not be entirely correct.
-//
-// e.g. GPL in an MIT project might only apply to the contrib/ directory.
-//
-// Please consider splitting the single license below into multiple licenses,
-// taking care not to lose any license_kind information, and overriding the
-// default license using the 'licenses: [...]' property on targets as needed.
-//
-// For unused files, consider creating a 'fileGroup' with "//visibility:private"
-// to attach the license to, and including a comment whether the files may be
-// used in the current project.
-// See: http://go/android-license-faq
-license {
- name: "external_roboto-flex_license",
- visibility: [":__subpackages__"],
- license_kinds: [
- "SPDX-license-identifier-Apache-2.0",
- "SPDX-license-identifier-OFL", // by exception only
- ],
- license_text: [
- "LICENSE",
- ],
-}
-
-prebuilt_font {
- name: "RobotoFlex-Regular.ttf",
- src: "RobotoFlex-Regular.ttf",
-}