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 PRODUCT_PACKAGES (together with BUILD_PREBUILT) instead of
162c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can
172c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease# get installed too.
182c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease
192c5cb418c690815545bbb0316eae5fd33b9fc859Victoria LeasePRODUCT_PACKAGES := \
202c5cb418c690815545bbb0316eae5fd33b9fc859Victoria Lease    ComingSoon.ttf
21