OSDN Git Service

Merge remote branch 'aosp/gingerbread-mr4-release' into gingerbread-x86
[android-x86/device-common.git] / keymaps / keymaps.mk
1 #
2 # Copyright (C) 2011 The Android-x86 Open Source Project
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10
11 LOCAL_KEYMAPS_DIR := device/common/keymaps
12 LOCAL_KEYMAPS     := $(if $(PRODUCT_KEYMAPS),$(PRODUCT_KEYMAPS),$(wildcard $(LOCAL_KEYMAPS_DIR)/*.kcm))
13
14 PRODUCT_PACKAGES  := $(notdir $(LOCAL_KEYMAPS))