aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-11 22:50:18 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-18 18:55:54 +0200
commitf6afcc3d2cfa23d8f35143cf5a975766c46f984d (patch)
tree79c02e3ea4feae921976ca760165f2433f40a4bb /Android.mk
parentf53c79abd7a7c7b901d0f410e7cb380451dc4ad4 (diff)
downloadhardware_replicant_libsamsung-ipc-f6afcc3d2cfa23d8f35143cf5a975766c46f984d.tar.gz
hardware_replicant_libsamsung-ipc-f6afcc3d2cfa23d8f35143cf5a975766c46f984d.tar.bz2
hardware_replicant_libsamsung-ipc-f6afcc3d2cfa23d8f35143cf5a975766c46f984d.zip
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 8d21739..f480508 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