summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-28 02:04:11 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-10-28 02:04:11 +0200
commit7932f3813fe11a504fdc1a55334e8710748f1d08 (patch)
treec90cfe4d2b09d38facdbb69cd30fc83adae1ff8d /common.mk
parentf03784176e1fe702753ea511df896a70bc5ec489 (diff)
Install Hacker's Keyboard if it exists in the source tree
Change-Id: If7ae78ef08c9a4e3a9373f5eb64608c92bb77cfc Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 101b62b..215e865 100644
--- a/common.mk
+++ b/common.mk
@@ -5,6 +5,9 @@ ifneq ($(wildcard $(TOP)/packages/apps/AndroidTerm/Android.mk),)
# Include AndroidTerm only if it's part of the manifest
ANDROIDTERM := AndroidTerm libjackpal-androidterm4
endif
+ifneq ($(wildcard $(TOP)/packages/inputmethods/hackerskeyboard/Android.mk),)
+HACKERSKEYBOARD := PCKeyboard
+endif
PRODUCT_PACKAGES := \
AccountAndSyncSettings \
@@ -23,6 +26,7 @@ PRODUCT_PACKAGES := \
Launcher2 \
Mms \
Music \
+ $(HACKERSKEYBOARD) \
Provision \
Settings \
SystemUI \