blob: 68cbd29859bbf952f9076aafc846cbf7d2d3228a [file] [log] [blame]
Jeff Brown497a92c2010-09-12 17:55:08 -07001# Copyright (C) 2010 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Warning: this is actually a product definition, to be inherited from
16
Jeff Brown061cf752010-11-18 20:52:43 -080017include $(LOCAL_PATH)/common.mk
Jeff Brown497a92c2010-09-12 17:55:08 -070018
Michael Wright18e14c72013-08-29 14:33:58 -070019PRODUCT_COPY_FILES := $(foreach file,$(framework_keylayouts),\
Michael Wright37ad2072013-09-05 15:10:20 -070020 $(file):system/usr/keylayout/$(notdir $(file)))
Jeff Brown497a92c2010-09-12 17:55:08 -070021
Michael Wright18e14c72013-08-29 14:33:58 -070022PRODUCT_COPY_FILES += $(foreach file,$(framework_keycharmaps),\
Michael Wright37ad2072013-09-05 15:10:20 -070023 $(file):system/usr/keychars/$(notdir $(file)))
Jeff Brown6b53e8d2010-11-10 16:03:06 -080024
Michael Wright18e14c72013-08-29 14:33:58 -070025PRODUCT_COPY_FILES += $(foreach file,$(framework_keyconfigs),\
Michael Wright37ad2072013-09-05 15:10:20 -070026 $(file):system/usr/idc/$(notdir $(file)))