12c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# Copyright (C) 2014 The Android Open Source Project
22c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease#
32c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# Licensed under the Apache License, Version 2.0 (the "License");
42c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# you may not use this file except in compliance with the License.
52c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# You may obtain a copy of the License at
62c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease#
72c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease#      http://www.apache.org/licenses/LICENSE-2.0
82c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease#
92c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# Unless required by applicable law or agreed to in writing, software
102c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# distributed under the License is distributed on an "AS IS" BASIS,
112c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
122c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# See the License for the specific language governing permissions and
132c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# limitations under the License.
142c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
152c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
162c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# to copy over the NOTICE file.
172c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
182c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_PATH := $(call my-dir)
192c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
202c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Leaseifneq ($(SMALLER_FONT_FOOTPRINT),true)
212c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
222c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Leaseinclude $(CLEAR_VARS)
232c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_MODULE := ComingSoon.ttf
242c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_SRC_FILES := $(LOCAL_MODULE)
252c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_MODULE_CLASS := ETC
262c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_MODULE_TAGS := optional
272c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeaseLOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
282c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Leaseinclude $(BUILD_PREBUILT)
292c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
302c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Leaseendif
31