summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2014-07-21 11:27:04 -0700
committerStephen Hines <srhines@google.com>2014-07-25 10:39:38 -0700
commiteb49dd791ec80d42cbe066b78b6f0d8c17791ecd (patch)
treeb1279726050c9cbba9086e7c03f5f31f008ca7b2 /libutils
parent5a2552388e698fec4efda270d2d88bb18ed3f299 (diff)
downloadsystem_core-eb49dd791ec80d42cbe066b78b6f0d8c17791ecd.zip
system_core-eb49dd791ec80d42cbe066b78b6f0d8c17791ecd.tar.gz
system_core-eb49dd791ec80d42cbe066b78b6f0d8c17791ecd.tar.bz2
Remove invalid 64-bit host objects.
Bug: 16408818 These targets are no longer in use, since we have a proper way to create both 32-bit and 64-bit host libraries in a single build now. Cherry-pick from AOSP: 03cc1f747c4e92d572a88ec3eb9fde920e871a7e Change-Id: Icd09f795acd220de5b5e956a8d8e1b4ab4864fa9
Diffstat (limited to 'libutils')
-rw-r--r--libutils/Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/libutils/Android.mk b/libutils/Android.mk
index 9343f8e..4f47d6f 100644
--- a/libutils/Android.mk
+++ b/libutils/Android.mk
@@ -74,19 +74,6 @@ LOCAL_MULTILIB := both
include $(BUILD_HOST_STATIC_LIBRARY)
-# For the host, 64-bit
-# =====================================================
-include $(CLEAR_VARS)
-LOCAL_SRC_FILES:= $(commonSources)
-ifeq ($(HOST_OS), linux)
-LOCAL_SRC_FILES += Looper.cpp
-endif
-LOCAL_MODULE:= lib64utils
-LOCAL_STATIC_LIBRARIES := liblog
-LOCAL_CFLAGS += $(host_commonCflags) -m64
-include $(BUILD_HOST_STATIC_LIBRARY)
-
-
# For the device, static
# =====================================================
include $(CLEAR_VARS)