summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2023-04-10 06:07:21 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-10 06:07:21 +0000
commitf0ab15d37284803a456aa90ca529925fc1b5c708 (patch)
tree741ea619b6a29acb6c21ea78bd6447dc405409f3
parent186c6106e3dc21cabcdcfcac60fce5067c0eae5e (diff)
parent3ec3cd314ab7888bb620f007054b214ec4e379a0 (diff)
downloadroboto-flex-fonts-f0ab15d37284803a456aa90ca529925fc1b5c708.tar.gz
Remove Android.bp for fixing build breakage am: a0a167874c am: ac69842c1e am: 667ea78b26 am: 7f6f2c1777 am: 3ec3cd314a
Original change: https://android-review.googlesource.com/c/platform/external/roboto-flex-fonts/+/2526831 Change-Id: I0b346f54165fee99e506d40d841cadb0aa35c874 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",
-}