diff options
author | Stephen Hines <srhines@google.com> | 2014-07-22 20:53:45 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-22 20:53:45 +0000 |
commit | da6d2cb925061818fc1e0e28e2ca3d6ea879fca9 (patch) | |
tree | 2cb765ba2c91146356e4f2eab2a7c20939e79f8a /libutils | |
parent | 82ad033562c5224120fb60557c7691a1f26d793d (diff) | |
parent | 31dc191b2b39d4cbd68feba29c7692c91de57a53 (diff) | |
download | core-da6d2cb925061818fc1e0e28e2ca3d6ea879fca9.tar.gz core-da6d2cb925061818fc1e0e28e2ca3d6ea879fca9.tar.bz2 core-da6d2cb925061818fc1e0e28e2ca3d6ea879fca9.zip |
am 31dc191b: am 73290cd1: Merge "Remove invalid 64-bit host objects."
* commit '31dc191b2b39d4cbd68feba29c7692c91de57a53':
Remove invalid 64-bit host objects.
Diffstat (limited to 'libutils')
-rw-r--r-- | libutils/Android.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/libutils/Android.mk b/libutils/Android.mk index 9343f8e7b..4f47d6f15 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) |