summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Nonaka <nona@google.com>2023-04-10 03:41:07 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-04-10 03:41:07 +0000
commitac69842c1ecc60de71d70e09bea0c51c6e0017c2 (patch)
tree741ea619b6a29acb6c21ea78bd6447dc405409f3
parentb898116000ec36e52a6d5e57620f0798055884f9 (diff)
parenta0a167874cdb9c6d7d238b326d509e270a58b0e5 (diff)
downloadroboto-flex-fonts-ac69842c1ecc60de71d70e09bea0c51c6e0017c2.tar.gz
Remove Android.bp for fixing build breakage am: a0a167874c
Original change: https://android-review.googlesource.com/c/platform/external/roboto-flex-fonts/+/2526831 Change-Id: Iba8587dafa4c5723bda80d166aefec3d380a5812 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",
-}