10062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# Copyright (C) 2014 The Android Open Source Project
20062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease#
30062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# Licensed under the Apache License, Version 2.0 (the "License");
40062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# you may not use this file except in compliance with the License.
50062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# You may obtain a copy of the License at
60062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease#
70062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease#      http://www.apache.org/licenses/LICENSE-2.0
80062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease#
90062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# Unless required by applicable law or agreed to in writing, software
100062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# distributed under the License is distributed on an "AS IS" BASIS,
110062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# See the License for the specific language governing permissions and
130062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# limitations under the License.
140062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease
150062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# We have to use PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
160062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
170062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease# get installed too.
180062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease
190062a10458d4c357f3082d66bcb129d11913aaaeVictoria LeasePRODUCT_PACKAGES := \
200062a10458d4c357f3082d66bcb129d11913aaaeVictoria Lease    CarroisGothicSC-Regular.ttf
21