android_external_google-fon.../Android.bp
Luca Stefani d4acee8466 Import Google Sans Flex
Change-Id: Idf538c7fea2a96d54addac766000f62d80fac914
2025-11-17 22:11:52 +00:00

24 lines
560 B
Text

//
// SPDX-FileCopyrightText: The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
package {
default_applicable_licenses: ["external_google-fonts_google-sans-flex_license"],
}
license {
name: "external_google-fonts_google-sans-flex_license",
visibility: [":__subpackages__"],
license_kinds: [
"SPDX-license-identifier-OFL", // by exception only
],
license_text: [
"LICENSE",
],
}
prebuilt_font {
name: "GoogleSansFlex-Regular.ttf",
src: "GoogleSansFlex-Regular.ttf",
product_specific: true,
}