summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-11-21 23:53:24 -0800
committerElliott Hughes <enh@google.com>2014-11-21 23:53:24 -0800
commitae90673fd09ee2a30f57fd75e5a939ea02f74fa9 (patch)
tree04329f3081fd5101d7a828dc00563de0df71f7e8
parentfe5ffaffe727941fe1ea3581be2eab63d228e6c4 (diff)
downloadsrec-ae90673fd09ee2a30f57fd75e5a939ea02f74fa9.tar.gz
Android is just __linux__ really.
Change-Id: I32a9095b7c390d5147bf1d8c2dac754b4cdd9a23
-rw-r--r--portable/include/pendian.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/portable/include/pendian.h b/portable/include/pendian.h
index f92480e..f29b826 100644
--- a/portable/include/pendian.h
+++ b/portable/include/pendian.h
@@ -38,21 +38,6 @@
/* *//* */#define __BYTE_ORDER __BIG_ENDIAN
/* */#endif
-#elif defined(ANDROID)
-
-/* */#ifdef HAVE_ENDIAN
-/* */#include <endian.h>
-
-/* */#elif defined(HAVE_LITTLE_ENDIAN)
-/* *//* */#define __LITTLE_ENDIAN 1234
-/* *//* */#define __BYTE_ORDER __LITTLE_ENDIAN
-
-/* */#elif defined(HAVE_BIG_ENDIAN)
-/* *//* */#define __BIG_ENDIAN 4321
-/* *//* */#define __BYTE_ORDER __BIG_ENDIAN
-
-/* */#endif
-
#elif defined (__linux)
/* */#include <endian.h>