17b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# Copyright (C) 2014 The Android Open Source Project
27b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease#
37b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# Licensed under the Apache License, Version 2.0 (the "License");
47b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# you may not use this file except in compliance with the License.
57b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# You may obtain a copy of the License at
67b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease#
77b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease#      http://www.apache.org/licenses/LICENSE-2.0
87b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease#
97b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# Unless required by applicable law or agreed to in writing, software
107b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# distributed under the License is distributed on an "AS IS" BASIS,
117b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# See the License for the specific language governing permissions and
137b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# limitations under the License.
147b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
157b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
167b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease# to copy over the NOTICE file.
177b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
187b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_PATH := $(call my-dir)
197b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
207b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseifneq ($(SMALLER_FONT_FOOTPRINT),true)
217b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
227b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseinclude $(CLEAR_VARS)
237b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE := DancingScript-Regular.ttf
247b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_SRC_FILES := $(LOCAL_MODULE)
257b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_CLASS := ETC
267b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_TAGS := optional
277b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
287b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseinclude $(BUILD_PREBUILT)
297b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
307b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseinclude $(CLEAR_VARS)
317b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE := DancingScript-Bold.ttf
327b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_SRC_FILES := $(LOCAL_MODULE)
337b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_CLASS := ETC
347b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_TAGS := optional
357b6623bd54cee3e48ae8a4f477f616366643cc78Victoria LeaseLOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
367b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseinclude $(BUILD_PREBUILT)
377b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Lease
387b6623bd54cee3e48ae8a4f477f616366643cc78Victoria Leaseendif
39