1a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# Copyright (C) 2012 The Android Open Source Project
2a69be555b371f6439a29c03d188b3006a885c544Victoria Lease#
3a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# Licensed under the Apache License, Version 2.0 (the "License");
4a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# you may not use this file except in compliance with the License.
5a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# You may obtain a copy of the License at
6a69be555b371f6439a29c03d188b3006a885c544Victoria Lease#
7a69be555b371f6439a29c03d188b3006a885c544Victoria Lease#      http://www.apache.org/licenses/LICENSE-2.0
8a69be555b371f6439a29c03d188b3006a885c544Victoria Lease#
9a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# Unless required by applicable law or agreed to in writing, software
10a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# distributed under the License is distributed on an "AS IS" BASIS,
11a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# See the License for the specific language governing permissions and
13a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# limitations under the License.
14a69be555b371f6439a29c03d188b3006a885c544Victoria Lease
15a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
16a69be555b371f6439a29c03d188b3006a885c544Victoria Lease# to copy over the NOTICE file.
17a69be555b371f6439a29c03d188b3006a885c544Victoria Lease
18a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_PATH := $(call my-dir)
19a69be555b371f6439a29c03d188b3006a885c544Victoria Lease
20a69be555b371f6439a29c03d188b3006a885c544Victoria Leaseifneq ($(SMALLER_FONT_FOOTPRINT),true)
21a69be555b371f6439a29c03d188b3006a885c544Victoria Leaseinclude $(CLEAR_VARS)
22a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_MODULE := AnjaliNewLipi-light.ttf
23a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_SRC_FILES := $(LOCAL_MODULE)
24a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_MODULE_CLASS := ETC
25a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_MODULE_TAGS := optional
26a69be555b371f6439a29c03d188b3006a885c544Victoria LeaseLOCAL_MODULE_PATH := $(TARGET_OUT)/fonts
27a69be555b371f6439a29c03d188b3006a885c544Victoria Leaseinclude $(BUILD_PREBUILT)
28a69be555b371f6439a29c03d188b3006a885c544Victoria Leaseendif
29