aboutsummaryrefslogtreecommitdiffstats
path: root/include/arch
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:04:23 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 18:04:23 -0800
commit038862e152b98d0c0f355c6802beaa1ed59cefbe (patch)
treedbacb2690178316300d9fc2e4290582aec74cd9c /include/arch
parent5a326952d72e7d4242a0664a6d9f27f4126beaa9 (diff)
parent5ae090ed949cea9d1e7ab1552b455a229f8f9757 (diff)
downloadsystem_core-038862e152b98d0c0f355c6802beaa1ed59cefbe.tar.gz
system_core-038862e152b98d0c0f355c6802beaa1ed59cefbe.tar.bz2
system_core-038862e152b98d0c0f355c6802beaa1ed59cefbe.zip
Merge branch 'cupcake'
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/linux-arm/AndroidConfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/linux-arm/AndroidConfig.h b/include/arch/linux-arm/AndroidConfig.h
index b2dabf21..f3221274 100644
--- a/include/arch/linux-arm/AndroidConfig.h
+++ b/include/arch/linux-arm/AndroidConfig.h
@@ -248,6 +248,11 @@
#define ARCH_ARM
/*
+ * Define if the size of enums is as short as possible,
+ */
+/* #define HAVE_SHORT_ENUMS */
+
+/*
* sprintf() format string for shared library naming.
*/
#define OS_SHARED_LIB_FORMAT_STR "lib%s.so"