1// Copyright (C) 2018 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14 15prebuilt_font { 16 name: "Rubik-Regular.ttf", 17 src: "Rubik-Regular.ttf", 18 product_specific: true, 19} 20 21prebuilt_font { 22 name: "Rubik-Italic.ttf", 23 src: "Rubik-Italic.ttf", 24 product_specific: true, 25} 26 27prebuilt_font { 28 name: "Rubik-Medium.ttf", 29 src: "Rubik-Medium.ttf", 30 product_specific: true, 31} 32 33prebuilt_font { 34 name: "Rubik-MediumItalic.ttf", 35 src: "Rubik-MediumItalic.ttf", 36 product_specific: true, 37} 38 39prebuilt_font { 40 name: "Rubik-Bold.ttf", 41 src: "Rubik-Bold.ttf", 42 product_specific: true, 43} 44 45prebuilt_font { 46 name: "Rubik-BoldItalic.ttf", 47 src: "Rubik-BoldItalic.ttf", 48 product_specific: true, 49} 50