[Replicant] [PATCH v2 2/4] Android.mk: order target devices alphabetically
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Tue Feb 23 14:37:04 UTC 2021
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
Android.mk | 24 ++++++++++++------------
1 file 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 := \
--
2.30.1
More information about the Replicant
mailing list