diff options
author | Yabin Cui <yabinc@google.com> | 2014-11-10 15:03:11 -0800 |
---|---|---|
committer | Yabin Cui <yabinc@google.com> | 2014-11-10 15:03:11 -0800 |
commit | 772034bc9549bf3b2a8a5a0e40aee39bc161476c (patch) | |
tree | b9e2be39ae494baf46adbe1b75410da30eecdc9e /core/combo/include/arch/linux-arm | |
parent | 652ff716b819b694be76e63f059dca50e7febb8d (diff) | |
download | build-772034bc9549bf3b2a8a5a0e40aee39bc161476c.zip build-772034bc9549bf3b2a8a5a0e40aee39bc161476c.tar.gz build-772034bc9549bf3b2a8a5a0e40aee39bc161476c.tar.bz2 |
kill OS_CASE_SENSITIVE
Bug: 18314594
Change-Id: I5dc5072d43299c0e5d96ce9640e8405cbb633506
Diffstat (limited to 'core/combo/include/arch/linux-arm')
-rw-r--r-- | core/combo/include/arch/linux-arm/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index ce2bbd4..6ab735a 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -156,11 +156,6 @@ #define OS_PATH_SEPARATOR '/' /* - * Is the filesystem case sensitive? - */ -#define OS_CASE_SENSITIVE - -/* * Define if <sys/socket.h> exists. */ #define HAVE_SYS_SOCKET_H 1 |