diff options
| author | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 18:04:23 -0800 |
|---|---|---|
| committer | The Android Open Source Project <initial-contribution@android.com> | 2009-01-09 18:04:23 -0800 |
| commit | 038862e152b98d0c0f355c6802beaa1ed59cefbe (patch) | |
| tree | dbacb2690178316300d9fc2e4290582aec74cd9c /include/arch | |
| parent | 5a326952d72e7d4242a0664a6d9f27f4126beaa9 (diff) | |
| parent | 5ae090ed949cea9d1e7ab1552b455a229f8f9757 (diff) | |
| download | system_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.h | 5 |
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" |
