diff options
author | Elliott Hughes <enh@google.com> | 2014-12-12 15:54:56 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-12-12 15:54:56 -0800 |
commit | da225948e61700877aa15bc725db52d1acb4add5 (patch) | |
tree | 619771f18cd5a34380d8912a1e0f404350e04d5c /core/combo/include/arch/linux-arm64 | |
parent | e98755f9d6619ff141d099f9da655d141da72b8e (diff) | |
download | build-da225948e61700877aa15bc725db52d1acb4add5.zip build-da225948e61700877aa15bc725db52d1acb4add5.tar.gz build-da225948e61700877aa15bc725db52d1acb4add5.tar.bz2 |
Remove unused OS_SHARED_LIB_FORMAT_STR.
Change-Id: Ibaaf112c5a6bfe2084fe34e32e31bcd755e718a8
Diffstat (limited to 'core/combo/include/arch/linux-arm64')
-rw-r--r-- | core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index 9455f5a..a6f1874 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -68,11 +68,6 @@ #define HAVE_LIBC_SYSTEM_PROPERTIES 1 /* - * sprintf() format string for shared library naming. - */ -#define OS_SHARED_LIB_FORMAT_STR "lib%s.so" - -/* * The default path separator for the platform */ #define OS_PATH_SEPARATOR '/' |