aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-22 16:15:17 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-02-22 16:26:35 +0100
commit985875b3a7ec1ea1a1b3f87d7a8e666eec5cb336 (patch)
tree45676c8448557463925f56fdf74840ef6f705465
parentf72c03f81c6d2cbf5510838a8ae0c99a11f43048 (diff)
downloadhardware_replicant_libsamsung-ipc-985875b3a7ec1ea1a1b3f87d7a8e666eec5cb336.tar.gz
hardware_replicant_libsamsung-ipc-985875b3a7ec1ea1a1b3f87d7a8e666eec5cb336.tar.bz2
hardware_replicant_libsamsung-ipc-985875b3a7ec1ea1a1b3f87d7a8e666eec5cb336.zip
Android.mk: order target devices alphabetically
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--Android.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/Android.mk b/Android.mk
index 0468332..6b05e2a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,36 +17,36 @@
LOCAL_PATH := $(call my-dir)
-ifneq (,$(filter crespo,$(TARGET_DEVICE)))
- ipc_device_name := crespo
-endif
-
ifneq (,$(filter galaxysmtd galaxytab,$(TARGET_DEVICE)))
ipc_device_name := aries
endif
+ifneq (,$(filter crespo,$(TARGET_DEVICE)))
+ ipc_device_name := crespo
+endif
+
ifneq (,$(filter i9100 galaxys2 n7000,$(TARGET_DEVICE)))
ipc_device_name := galaxys2
endif
-ifneq (,$(filter maguro,$(TARGET_DEVICE)))
- ipc_device_name := maguro
+ifneq (,$(filter i9300,$(TARGET_DEVICE)))
+ ipc_device_name := i9300
endif
-ifneq (,$(filter p5100 p3100 espresso3g,$(TARGET_DEVICE)))
- ipc_device_name := piranha
+ifneq (,$(filter maguro,$(TARGET_DEVICE)))
+ ipc_device_name := maguro
endif
-ifneq (,$(filter i9300,$(TARGET_DEVICE)))
- ipc_device_name := i9300
+ifneq (,$(filter n5100,$(TARGET_DEVICE)))
+ ipc_device_name := n5100
endif
ifneq (,$(filter n7100,$(TARGET_DEVICE)))
ipc_device_name := n7100
endif
-ifneq (,$(filter n5100,$(TARGET_DEVICE)))
- ipc_device_name := n5100
+ifneq (,$(filter p5100 p3100 espresso3g,$(TARGET_DEVICE)))
+ ipc_device_name := piranha
endif
libsamsung_ipc_local_src_files := \