summaryrefslogtreecommitdiffstats
path: root/core/shared_library.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-01-29 18:20:01 -0800
committerColin Cross <ccross@android.com>2014-01-29 18:35:23 -0800
commit78d642f426ea610643913485ab63db7b446c7391 (patch)
tree18772c501b921ccb7365867c82acaf373eb47e99 /core/shared_library.mk
parent44a752659cbcc56ed340375ec005771bcadcaa3a (diff)
downloadbuild-78d642f426ea610643913485ab63db7b446c7391.zip
build-78d642f426ea610643913485ab63db7b446c7391.tar.gz
build-78d642f426ea610643913485ab63db7b446c7391.tar.bz2
build: rename LOCAL_32BIT_ONLY to LOCAL_32_BIT_ONLY
Rename for consistency with TARGET_IS_64_BIT. Change-Id: I824dcaed0c1e88b8246bcffb21ab3f1772175926
Diffstat (limited to 'core/shared_library.mk')
-rw-r--r--core/shared_library.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/shared_library.mk b/core/shared_library.mk
index 9a75a7b..e86bab3 100644
--- a/core/shared_library.mk
+++ b/core/shared_library.mk
@@ -10,7 +10,7 @@ $(warning $(LOCAL_MODULE): LOCAL_UNSTRIPPED_PATH for shared libraries is unsuppo
endif
endif
-ifneq ($(TARGET_IS_64_BIT)|$(LOCAL_32BIT_ONLY),true|true)
+ifneq ($(TARGET_IS_64_BIT)|$(LOCAL_32_BIT_ONLY),true|true)
# Build for TARGET_ARCH
LOCAL_2ND_ARCH_VAR_PREFIX :=
include $(BUILD_SYSTEM)/shared_library_internal.mk