aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-11 22:50:18 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-11 22:50:18 +0200
commit956f3c58f5709b2ec715b6d882c2d80d6f5d1ab0 (patch)
tree0150b59faf5a5949c68dcb60c86b99c752125aa4 /Android.mk
parentc23c98732e0991510faaf9c543a06f9b042c0747 (diff)
downloadexternal_libsamsung-ipc-956f3c58f5709b2ec715b6d882c2d80d6f5d1ab0.zip
external_libsamsung-ipc-956f3c58f5709b2ec715b6d882c2d80d6f5d1ab0.tar.gz
external_libsamsung-ipc-956f3c58f5709b2ec715b6d882c2d80d6f5d1ab0.tar.bz2
support new codename and board name for piranha
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index ff9be2d..06e88c2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -35,7 +35,7 @@ ifneq (,$(filter maguro,$(TARGET_DEVICE)))
ipc_device_name := maguro
endif
-ifneq (,$(filter p5100 p3100,$(TARGET_DEVICE)))
+ifneq (,$(filter p5100 p3100 espresso3g,$(TARGET_DEVICE)))
ipc_device_name := piranha
endif